retroforth/vm/libnga-zig/readme.md

16 lines
254 B
Markdown
Raw Normal View History

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