https://github.com/ripta/1z
Forth-like stack-oriented language in Zig
https://github.com/ripta/1z
Last synced: 2 months ago
JSON representation
Forth-like stack-oriented language in Zig
- Host: GitHub
- URL: https://github.com/ripta/1z
- Owner: ripta
- License: mit
- Created: 2026-01-05T05:13:56.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-01-20T09:24:11.000Z (2 months ago)
- Last Synced: 2026-01-20T19:06:34.504Z (2 months ago)
- Language: Zig
- Size: 172 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 1z
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:
- `zig build` to build into `./zig-out/bin/`
- `zig build --release` to do optimized build
- `zig build test` to run tests
- `zig build integration-test` to run integration tests against golden files
- `zig build update-golden` to update the golden files for integration tests