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

https://github.com/eamonnmr/loxodont

Following the Lox tree walking parser tutorial in C++
https://github.com/eamonnmr/loxodont

Last synced: 2 months ago
JSON representation

Following the Lox tree walking parser tutorial in C++

Awesome Lists containing this project

README

        

Following https://craftinginterpreters.com/ in C++

make to build

requires readline

tests require googletest