https://github.com/terror/lox
Lox, but oxidized
https://github.com/terror/lox
Last synced: 5 months ago
JSON representation
Lox, but oxidized
- Host: GitHub
- URL: https://github.com/terror/lox
- Owner: terror
- Created: 2022-01-16T13:50:27.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-17T06:03:28.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T06:11:39.727Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 57.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### lox
**lox** is an implementation of the programming language
[Lox](https://github.com/munificent/craftinginterpreters/tree/master/java/com/craftinginterpreters/lox)
from the book [Crafting Interpreters](https://craftinginterpreters.com/) by
[Robert Nystrom](https://github.com/munificent), written in Rust.