https://github.com/blaugold/rust_lox
https://github.com/blaugold/rust_lox
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blaugold/rust_lox
- Owner: blaugold
- Created: 2022-07-25T17:22:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-29T11:54:02.000Z (almost 4 years ago)
- Last Synced: 2024-10-19T09:18:05.445Z (over 1 year ago)
- Language: Rust
- Size: 54.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is an implementation of the Lox language in Rust.
Lox is the toy language described in the amazing book [Crafting Interpreters],
by Bob Nystrom.
[crafting interpreters]: https://craftinginterpreters.com/