a34c08b74f
FossilOrigin-Name: 9e5619d102e37ddc606e41788e397f091eaf28c77414a05e5c0cae477ac6cc31
15 lines
254 B
Markdown
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
|
|
```
|