https://github.com/zdurham/monkey-zig
Implementation of monkey lang in zig
https://github.com/zdurham/monkey-zig
Last synced: about 1 year ago
JSON representation
Implementation of monkey lang in zig
- Host: GitHub
- URL: https://github.com/zdurham/monkey-zig
- Owner: zdurham
- License: mit
- Created: 2024-01-29T22:50:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-04T03:32:01.000Z (over 1 year ago)
- Last Synced: 2025-03-04T04:19:15.940Z (over 1 year ago)
- Language: Zig
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Monkey Language Zig Implementation
This is an implementation of the interpreter from [Writing An Interpreter In Go](https://interpreterbook.com/) in zig. This is both an attempt to learn more about interpreters while also trying out a low level systems language. While the book doesn't include explicit steps to, I intend to also build a garbage collector to go along with the interpreter.