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

https://github.com/seng3694/clox

Implementation of the Lox Bytecode Virtual Machine written in C
https://github.com/seng3694/clox

bob-nystrom-book c clox craftinginterpreters interpreter lox virtual-machine

Last synced: over 1 year ago
JSON representation

Implementation of the Lox Bytecode Virtual Machine written in C

Awesome Lists containing this project

README

          

# Lox Bytecode Virtual Machine

Implementation of the Lox Bytecode Virtual Machine written in C by following Part 3 of the [Crafting Interpreters book][1] by Robert Nystrom.

[1]:https://craftinginterpreters.com/