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

https://github.com/doccaico/monkey-zig

Monkey programming language written in Zig/Ziglang
https://github.com/doccaico/monkey-zig

zig

Last synced: 8 months ago
JSON representation

Monkey programming language written in Zig/Ziglang

Awesome Lists containing this project

README

          

# Monkey (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

```
// 2024/04/01
0.12.0-dev.3496+a2df84d0f
```

## Usage

```
$ zig run src\main.zig
```

## TODOs

* [x] Add buildin functions (len, first, last, rest, push, puts).
* [x] Add string support.
* [x] Add array support.
* [x] Add hash support.