A toy project for me to learn interpreter and project-level skill of rust.
If you're interested, clone the repo and run
cargo build --releaseThen just run the command below to try REPL, or throw a file/script to mess around by add a path.
./target/release/rlox- Github: https://github.com/munificent/craftinginterpreters
- E-book: https://www.craftinginterpreters.com/
- zh-CN reference: https://github.com/GuoYaxiang/craftinginterpreters_zh