A toy implementation of a stack-oriented language, followup to 1s, but in
zig. Originally written on zig v0.15.2, but it might work in anything newer.
Useful commands:
maketo build into./zig-out/bin/make runto build and run the interpretermake testto run testsmake integration-testto run integration tests against golden filesmake update-goldento update the golden files for integration testsmake releaseto build with optimizationsmake helpto list all available targets