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

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

Monkey programming language written in Odin/Odinlang
https://github.com/doccaico/monkey-odin

odin

Last synced: 4 months ago
JSON representation

Monkey programming language written in Odin/Odinlang

Awesome Lists containing this project

README

          

# Monkey

A Odin/Odinlang version [monkey](https://monkeylang.org/) language interpreter. From [Write An Interpreter In Go](https://interpreterbook.com/).

## Usage (on Windows)

```
$ make.cmd debug-run

or

$ make.cmd release-run
```

## TODOs

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