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

https://github.com/dwctor/jloxinterp

An interpreter for the lox language in java, made as a learning experience following the book "Crafting Interpreters".
https://github.com/dwctor/jloxinterp

Last synced: 12 months ago
JSON representation

An interpreter for the lox language in java, made as a learning experience following the book "Crafting Interpreters".

Awesome Lists containing this project

README

          

# JLoxInterp
An interpreter for the lox language in java, made as a learning experience following the book "Crafting Interpreters".

Crafting Interpreters: https://craftinginterpreters.com/

Currently under development. So far Scanner is working for basic lexicons.