Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwcz/rlox
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mwcz/rlox
- Owner: mwcz
- Created: 2021-08-28T03:14:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-14T01:23:29.000Z (over 3 years ago)
- Last Synced: 2025-01-22T23:44:12.759Z (21 days ago)
- Language: Rust
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rlox
My Rust implementation of [Crafting Interpreters](https://craftinginterpreters.com/). Currently working my way through the first half of the book which involves implementing a tree-walking interpreter for the Lox language.