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

https://github.com/cakebaker/rlox

Rust implementation of the Lox compiler from the book "Crafting Interpreters"
https://github.com/cakebaker/rlox

crafting-interpreters lox-interpreter rust

Last synced: 3 months ago
JSON representation

Rust implementation of the Lox compiler from the book "Crafting Interpreters"

Awesome Lists containing this project

README

        

# rlox

A Rust implementation of the Lox compiler from the book [Crafting Interpreters](https://craftinginterpreters.com/).