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

https://github.com/ferhatgec/loxplusplus

lox++, c++ implementation of jlox
https://github.com/ferhatgec/loxplusplus

cpp cpp20 crafting-interpreters jlox

Last synced: 11 months ago
JSON representation

lox++, c++ implementation of jlox

Awesome Lists containing this project

README

          

# lox++

## c++ implementation of tree-walk interpreter jlox, which can be found on [craftinginterpreters.com](https://craftinginterpreters.com/)

### lox++ licensed under the terms of MIT License.