Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/evanxg852000/monkey-zig
- Owner: evanxg852000
- Created: 2023-08-24T23:43:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-29T12:23:28.000Z (about 1 year ago)
- Last Synced: 2024-04-16T00:19:50.594Z (7 months ago)
- Language: Zig
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/