Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/massivefermion/lox

educational programming language and virtual machine
https://github.com/massivefermion/lox

Last synced: about 1 month ago
JSON representation

educational programming language and virtual machine

Awesome Lists containing this project

README

        

This is the result of me following Robert Nystrom's "Crafting Interpreters".The design and implementation are quite different. Most of those differences are unintentional and the result of me realizing something a bit too late and not wanting to go back and make fundamental changes. But I like what I have right now. Of course there is still a lot of work to do. There are some important bugs that need to be fixed and some features that need to be added.