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

https://github.com/marioariasc/monito

Zig impleentation of the Monkey Language
https://github.com/marioariasc/monito

Last synced: about 1 month ago
JSON representation

Zig impleentation of the Monkey Language

Awesome Lists containing this project

README

        

# Monito

_WIP_

Current implementation includes:

- Lexer
- Parser
- Interpreter

An implementation of the Monkey Language in Zig

## Tests

Run the tests with:

```shell
zig build test --summary all
```