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

https://github.com/bipinoli/crafting-interpreter-in-rust

Reading "Crafting interpreters" book and building an interpreter in Rust along the way
https://github.com/bipinoli/crafting-interpreter-in-rust

Last synced: 7 months ago
JSON representation

Reading "Crafting interpreters" book and building an interpreter in Rust along the way

Awesome Lists containing this project

README

          

# Crafting-Interpreter-in-Rust
Reading [Crafting Interpreters](https://craftinginterpreters.com/contents.html#top) book and building an interpreter for the [Lox programming language](https://github.com/Bipinoli/Crafting-Interpreter-in-Rust/blob/main/about_lox_language.md) in Rust along the way.