https://github.com/jochasinga/lox
Interpreter for Lox Language written in Rust.
https://github.com/jochasinga/lox
Last synced: 10 months ago
JSON representation
Interpreter for Lox Language written in Rust.
- Host: GitHub
- URL: https://github.com/jochasinga/lox
- Owner: jochasinga
- Created: 2022-10-25T21:12:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-01T23:47:06.000Z (over 3 years ago)
- Last Synced: 2025-03-28T08:33:09.592Z (about 1 year ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lox
Interpreter for the Lox Language from [Crafting Interpreters](http://craftinginterpreters.com/) written in Rust.