Categories
Applications
  • Github CLI
  • SSH
  • HTTPS
Clone Repo

ZLox

A stack-based bytecode Virtual Machine for the Lox Programming Language written in Zig.

Run

Start REPL:

$ zig build run
> print 1+1;
2
>

Test

$ zig build test
All tests passed.

Troubleshoot

Enable tracing:

$ zig build -Denable-tracing

Enable disassembly:

$ zig build -Denable-dump

For more build options use zig build --help

About
lox virtual machine implementation in zig!
Owner
Last Commit
2022-07-28
Latest Release
Latest Release Date
Created
2022-04-01