https://github.com/doccaico/monkey-zig-using-arena
Monkey programming language written in Zig/Ziglang
https://github.com/doccaico/monkey-zig-using-arena
Last synced: 14 days ago
JSON representation
Monkey programming language written in Zig/Ziglang
- Host: GitHub
- URL: https://github.com/doccaico/monkey-zig-using-arena
- Owner: doccaico
- Created: 2026-05-13T20:20:24.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-13T23:41:31.000Z (about 1 month ago)
- Last Synced: 2026-05-14T01:36:46.378Z (about 1 month ago)
- Language: Zig
- Size: 32.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Monkeylang (Tested on Windows only)
A Zig/Ziglang version [monkey](https://monkeylang.org/) language interpreter. From [Write An Interpreter In Go](https://interpreterbook.com/).
## Zig version
```sh
# Date: 2026/05/15
$ zig version
0.17.0-dev.298+ad1b746e2
```
## Usage
```
$ zig build run
```