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

https://github.com/liarprincess/crafting-interpreters-ch2

Interpreter from the 2nd chapter of "Crafting interpreters"
https://github.com/liarprincess/crafting-interpreters-ch2

Last synced: about 2 months ago
JSON representation

Interpreter from the 2nd chapter of "Crafting interpreters"

Awesome Lists containing this project

README

          

Implementation of interpreter presented in the 2nd chapter of wonderful [Crafting interpreters](https://craftinginterpreters.com/contents.html) by Bob Nystrom ([@munificentbob](https://twitter.com/munificentbob)).