https://github.com/liamja/rslox
An interpreter implemented in Rust for the Lox language, from Crafting Interpreters
https://github.com/liamja/rslox
Last synced: 3 months ago
JSON representation
An interpreter implemented in Rust for the Lox language, from Crafting Interpreters
- Host: GitHub
- URL: https://github.com/liamja/rslox
- Owner: liamja
- Created: 2024-07-20T16:44:16.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-20T22:55:43.000Z (11 months ago)
- Last Synced: 2025-01-06T14:44:35.909Z (5 months ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rslox
A Rust implementation of a Lox interpreter.
Following the book _Crafting Interpreters_ -https://craftinginterpreters.com