An open API service indexing awesome lists of open source software.

https://github.com/blaugold/rust_lox


https://github.com/blaugold/rust_lox

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

This is an implementation of the Lox language in Rust.

Lox is the toy language described in the amazing book [Crafting Interpreters],
by Bob Nystrom.

[crafting interpreters]: https://craftinginterpreters.com/