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

https://github.com/nathanleiby/zlox

zlox implements the Lox programming language in Zig
https://github.com/nathanleiby/zlox

crafting-interpreters lox zig

Last synced: 10 months ago
JSON representation

zlox implements the Lox programming language in Zig

Awesome Lists containing this project

README

          

zlox
====

`zlox` implements the Lox programming language in Zig.

The repo implements the "Bytecode Virtual Machine" for Lox from the Crafting Interpreters book.
It follows the 2nd part of the book.

I have previously implemented the first part of the book ("Tree-walk Interpreter") in Julia, here:
https://github.com/nathanleiby/jlox