Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/perlun/jlox

My version of jlox, following the guide given at http://craftinginterpreters.com
https://github.com/perlun/jlox

Last synced: 26 days ago
JSON representation

My version of jlox, following the guide given at http://craftinginterpreters.com

Awesome Lists containing this project

README

        

# jlox

This is my version of jlox, following the guide given at http://craftinginterpreters.com

After a while, I started converting the code to C# and eventually, I stopped adding the new code as I was reading through book; I only did it in the C#-converted repo. You may find the code for it here: https://github.com/perlun/cslox/