zig-lox icon indicating copy to clipboard operation
zig-lox copied to clipboard

Zig implementation of Crafting Interpreters bytecode lox interpreter

Results 3 zig-lox issues
Sort by recently updated
recently updated
newest added

Built on top of https://github.com/igorgue/zig-lox/tree/zig-0.11 to allow compiling with `0.12.0-dev.2341+92211135f `

Tried to keep the same style you already have, no need to merge this, the only reason I did it was to study your implementation since I did mine in...

Inspired by https://blog.reverberate.org/2021/04/21/musttail-efficient-interpreters.html Unfortunately, the Zig compiler doesn't yet support tail calls when targeting WASM, so merging this would break WASM support.