zlox: Zig implementation of Lox scripting language from Crafting Interpreters
zlox: Zig implementation of Lox scripting language from Crafting Interpreters
github.com GitHub - ringtailsoftware/zlox: Zig implementation of Lox scripting language from Crafting Interpreters
Zig implementation of Lox scripting language from Crafting Interpreters - ringtailsoftware/zlox
From the README:
A (partial) implementation of the Lox scripting language from the book Crafting Interpreters, in Zig.
Enough of the compiler and vm are complete to run some interesting programs.