retroforth/vm/libnga-zig
crc a34c08b74f add iacore's zig implementation
FossilOrigin-Name: 9e5619d102e37ddc606e41788e397f091eaf28c77414a05e5c0cae477ac6cc31
2024-02-21 15:46:34 +00:00
..
src add iacore's zig implementation 2024-02-21 15:46:34 +00:00
build.zig add iacore's zig implementation 2024-02-21 15:46:34 +00:00
LICENSE add iacore's zig implementation 2024-02-21 15:46:34 +00:00
LICENSE-RETRO add iacore's zig implementation 2024-02-21 15:46:34 +00:00
readme.md add iacore's zig implementation 2024-02-21 15:46:34 +00:00

nga VM for retroforth, in Zig.

It's faster than the official C VM somehow.

Building

This project is developed with Zig 0.11.0.

# Build and run
zig build run

# Install to ~/.local/bin/retro-zig
zig build -Doptimize=ReleaseFast -p ~/.local