Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 828 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 828 Bytes

Lox

Build status

A Lox interpreter based on the amazing Crafting Interpreters book.

Use it

Run a Lox file via cargo r -- filename.lox.

Tests

Run the test suite via:

cargo test

Test data are copied from the author's GitHub repository. I have modified some of the test cases, because in those cases the original one didn't make sense to me!

License

This code is available under the MIT License.