Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jacobcrabill/zlox

Lox implementation in Zig (Crafting Interpreters, Part II)
https://github.com/jacobcrabill/zlox

Last synced: about 1 month ago
JSON representation

Lox implementation in Zig (Crafting Interpreters, Part II)

Awesome Lists containing this project

README

        

# zLox: Lox bytecode interpreter in Zig

Zig implementation of the Lox bytecode interpreter from "crafting interpreters" by Robert Nystrom.