Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.