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
- Host: GitHub
- URL: https://github.com/bipinoli/crafting-interpreter-in-rust
- Owner: Bipinoli
- Created: 2024-01-10T15:32:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-22T08:25:47.000Z (over 1 year ago)
- Last Synced: 2025-01-23T08:43:27.670Z (9 months ago)
- Language: Rust
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.