Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

A zig implementation of the monkey programming language
https://github.com/evanxg852000/monkey-zig

Last synced: about 14 hours ago
JSON representation

A zig implementation of the monkey programming language

Awesome Lists containing this project

README

        

# monkey-zig

This is a [zig](https://ziglang.org/) implementation of the monkey programming language following the wonderful book [Writing An Interpreter In Go](https://interpreterbook.com).

## Zig resources:
- https://zig.news/ityonemo/sneaky-error-payloads-1aka
- https://ziglang.org/documentation/master/#Names
- https://zigbyexample.github.io/
- https://zighelp.org/