https://github.com/pb82/lox
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pb82/lox
- Owner: pb82
- Created: 2022-07-03T18:16:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-19T19:16:56.000Z (about 3 years ago)
- Last Synced: 2025-07-23T23:32:52.867Z (about 1 year ago)
- Language: Java
- Size: 75.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lox Interpreter
The Java Lox interpreter from the book `Crafting Interpreters`.