Zig
istry
Open main menu
Packages
Programs
Statistics
Apps
API
About
Help
Star
Loading…
zlox
zlw/zlox
MIT
Crafting Interpreter's clox but in Zig
5
5
0
0
4
bytecode,lox,virtual-machine,zig
build.zig.zon
View program on GitHub
Readme
Dependencies
zlox
Crafting Interpreter
's clox but in
Zig
(v0.13.0)
Crafting Interpreters - Part III - A Bytecode Virtual Machine
When stuck on allocating memory, got some help from
avillega/zilox
😅
Test runner shamelessly stolen from
jwmerrill/zig-lox
and adapted to Zig 0.11.0 0.12.0 0.13.0 🤫
VM optimizations inspired by
zackradisic/rust-vs-zig