This is implementation of simple tree-walk interpreter for lox programming language introduced in Crafting Inerpreters book.
cargo run <path_to_file>
Eg: cargo run examples/fibonacci.lox
cargo run
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is implementation of simple tree-walk interpreter for lox programming language introduced in Crafting Inerpreters book.
cargo run <path_to_file>
Eg: cargo run examples/fibonacci.lox
cargo run