An open API service indexing awesome lists of open source software.

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.

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!