Skip to content
/ lox Public

An interpreter for the Lox programming language

License

Notifications You must be signed in to change notification settings

smbl64/lox

Repository files navigation

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.

About

An interpreter for the Lox programming language

Topics

Resources

License

Stars

Watchers

Forks