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

https://github.com/startdusk/lox-ast

AST version of the Lox interpreter in Rust
https://github.com/startdusk/lox-ast

Last synced: 10 months ago
JSON representation

AST version of the Lox interpreter in Rust

Awesome Lists containing this project

README

          

# lox-ast

AST version of the Lox interpreter in Rust

Reference: [Crafting Interpreters](https://craftinginterpreters.com/)