Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slingercode/rlox
Rust implementation of the Lox language from the book Crafting Interpreters
https://github.com/slingercode/rlox
interpreters lox rust
Last synced: about 2 months ago
JSON representation
Rust implementation of the Lox language from the book Crafting Interpreters
- Host: GitHub
- URL: https://github.com/slingercode/rlox
- Owner: slingercode
- License: mit
- Created: 2022-08-28T01:29:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-13T01:25:47.000Z (about 1 year ago)
- Last Synced: 2023-11-14T01:34:40.679Z (about 1 year ago)
- Topics: interpreters, lox, rust
- Language: Rust
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rlox
Rust implementation of the Lox language from the book [Crafting Interpreters](https://craftinginterpreters.com/)