An open API service indexing awesome lists of open source software.

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

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