A bytecode VM for the lox language in Rust
cargo build --release
cargo build --release --features 'debug_trace_execution debug_print_code'
On Linux/MacOS systems, the following script may be used.
./run_all.sh
It can be adapted to run on a windows environment too.