Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lmarzocchetti/jlox

jlox
https://github.com/lmarzocchetti/jlox

crafting-interpreters interpreter java parsing programming-language

Last synced: 5 days ago
JSON representation

jlox

Awesome Lists containing this project

README

        

### My implementation of JLox programming language from crafting interpreters

I'm implementing the jlox lang following strictly the book but adding some features (readed in the exercises part).

My implementation support extra features:
- break statement
- lambda functions (with the dedicated resolver part too!)

UPDATE: The implementation is now complete with the two features working. Other extra features are for the clox interpreter, which for me is the right thing to do!