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

https://github.com/byronmayne/clox

My implementation of the Byte Code Interpreter following the great book Crafting Interpreters by Bob Nystrom. Chapter starts http://www.craftinginterpreters.com/chunks-of-bytecode.html
https://github.com/byronmayne/clox

Last synced: 7 months ago
JSON representation

My implementation of the Byte Code Interpreter following the great book Crafting Interpreters by Bob Nystrom. Chapter starts http://www.craftinginterpreters.com/chunks-of-bytecode.html

Awesome Lists containing this project

README

          

# clox
My implementation of the Byte Code Interpreter following the great book Crafting Interpreters by Bob Nystrom. Chapter starts http://www.craftinginterpreters.com/chunks-of-bytecode.html