https://github.com/sourcefrog/mbplox
A Rust implementation of the small language Lox from https://craftinginterpreters.com/.
https://github.com/sourcefrog/mbplox
crafting-interpreters craftinginterpreters interpreter lox-language rust rust-lang
Last synced: 8 months ago
JSON representation
A Rust implementation of the small language Lox from https://craftinginterpreters.com/.
- Host: GitHub
- URL: https://github.com/sourcefrog/mbplox
- Owner: sourcefrog
- Created: 2021-09-29T04:57:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-23T17:47:06.000Z (over 4 years ago)
- Last Synced: 2025-04-03T18:36:24.208Z (10 months ago)
- Topics: crafting-interpreters, craftinginterpreters, interpreter, lox-language, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 85 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mbplox
A Rust implementation of the small language Lox from
https://craftinginterpreters.com/.