https://github.com/patlux/zig-interpreter
my own programming language written in zig
https://github.com/patlux/zig-interpreter
Last synced: 3 months ago
JSON representation
my own programming language written in zig
- Host: GitHub
- URL: https://github.com/patlux/zig-interpreter
- Owner: patlux
- Created: 2025-02-21T21:04:10.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-21T22:01:26.000Z (3 months ago)
- Last Synced: 2025-03-07T01:47:20.555Z (3 months ago)
- Language: Zig
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zig-interpreter
My own little programming language implementation in Zig, inspired by [craftinginterpreters.com](https://craftinginterpreters.com/).