Implementation of clox from https://craftinginterpreters.com in Rust(tm)
Go to file
publicmatt c80c8248a2 add a vm and stack for execution.
add some basic opt tests
2024-05-02 15:10:26 -07:00
src add a vm and stack for execution. 2024-05-02 15:10:26 -07:00
.gitignore add return and const instructions. 2024-05-02 11:30:50 -07:00
Cargo.lock add return and const instructions. 2024-05-02 11:30:50 -07:00
Cargo.toml add return and const instructions. 2024-05-02 11:30:50 -07:00