Implementation of clox from https://craftinginterpreters.com in Rust(tm)
Go to file
publicmatt ce1a71899d add tests to scanner.
move chunk out of lib.rs
add -f and -s and -c flags to main
2024-05-03 14:14:45 -07:00
src add tests to scanner. 2024-05-03 14:14:45 -07:00
.gitignore add return and const instructions. 2024-05-02 11:30:50 -07:00
Cargo.lock add tests to scanner. 2024-05-03 14:14:45 -07:00
Cargo.toml add tests to scanner. 2024-05-03 14:14:45 -07:00