Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 405 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 405 Bytes

basic workflow

Project

Rust-based implementation of the lox language interpreter from the book "Crafting Interpreters"

How to run

cargo run --bin rlox [script-file]

License

This project is licensed under the MIT License - see the LICENSE file for details.