https://github.com/dacoder101/jlox-interpreter
JLOX is a Java implementation of the Lox interpreter.
https://github.com/dacoder101/jlox-interpreter
crafting-interpreters interpreter java7
Last synced: 9 months ago
JSON representation
JLOX is a Java implementation of the Lox interpreter.
- Host: GitHub
- URL: https://github.com/dacoder101/jlox-interpreter
- Owner: dacoder101
- Created: 2023-09-29T04:54:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T04:32:52.000Z (about 2 years ago)
- Last Synced: 2023-10-04T13:46:59.509Z (about 2 years ago)
- Topics: crafting-interpreters, interpreter, java7
- Language: Java
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JLOX Interpreter
JLOX is a interpreted programming language with eventual support for object-oriented programming.
Project was guided by [Crafting Interpreters](https://craftinginterpreters.com/) created by Robert Nystrom. Check it out, its pretty cool!