Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jameserrington/lox-java
Lox interpreter from Crafting Interpreters, in Java
https://github.com/jameserrington/lox-java
Last synced: 8 days ago
JSON representation
Lox interpreter from Crafting Interpreters, in Java
- Host: GitHub
- URL: https://github.com/jameserrington/lox-java
- Owner: JamesErrington
- Created: 2023-10-17T23:39:05.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-18T14:58:43.000Z (about 1 year ago)
- Last Synced: 2023-10-18T16:01:42.528Z (about 1 year ago)
- Language: Java
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Implementation of a basic Tree-Walk Interpreter in Java, following the [Crafting Interpreters](https://craftinginterpreters.com/) book by Robert Nystrom.