https://github.com/cakebaker/rlox
Rust implementation of the Lox compiler from the book "Crafting Interpreters"
https://github.com/cakebaker/rlox
crafting-interpreters lox-interpreter rust
Last synced: 3 months ago
JSON representation
Rust implementation of the Lox compiler from the book "Crafting Interpreters"
- Host: GitHub
- URL: https://github.com/cakebaker/rlox
- Owner: cakebaker
- License: mit
- Created: 2021-03-30T13:22:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-22T06:03:53.000Z (over 3 years ago)
- Last Synced: 2025-01-08T20:11:30.539Z (5 months ago)
- Topics: crafting-interpreters, lox-interpreter, rust
- Language: Rust
- Homepage:
- Size: 319 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rlox
A Rust implementation of the Lox compiler from the book [Crafting Interpreters](https://craftinginterpreters.com/).