Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mwcz/rlox


https://github.com/mwcz/rlox

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# rlox

My Rust implementation of [Crafting Interpreters](https://craftinginterpreters.com/). Currently working my way through the first half of the book which involves implementing a tree-walking interpreter for the Lox language.