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

15 lines
254 B
Markdown

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
```