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

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

VM from the 3rd chapter of "Crafting interpreters"
https://github.com/liarprincess/crafting-interpreters-ch3

Last synced: 8 months ago
JSON representation

VM from the 3rd chapter of "Crafting interpreters"

Awesome Lists containing this project

README

          

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

Please note that the VM is not finished, because I decided to work on [Violet (Python VM written in Swift)](https://github.com/LiarPrincess/Violet) instead.