https://github.com/mohitk05/jlox
An interpreter for the Lox programming language from craftinginterpreters.com
https://github.com/mohitk05/jlox
crafting-interpreters interpreter java lox programming-language
Last synced: 9 months ago
JSON representation
An interpreter for the Lox programming language from craftinginterpreters.com
- Host: GitHub
- URL: https://github.com/mohitk05/jlox
- Owner: mohitk05
- License: mit
- Created: 2021-05-09T12:13:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T12:20:55.000Z (almost 5 years ago)
- Last Synced: 2025-02-01T06:13:45.229Z (about 1 year ago)
- Topics: crafting-interpreters, interpreter, java, lox, programming-language
- Language: Java
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jlox
A Java interpreter for the Lox programming language from [craftinginterpreters.com](https://craftinginterpreters.com)