https://github.com/karitham/singe
compiler for monkey lang following the compiler book
https://github.com/karitham/singe
Last synced: 2 months ago
JSON representation
compiler for monkey lang following the compiler book
- Host: GitHub
- URL: https://github.com/karitham/singe
- Owner: karitham
- Created: 2022-03-28T19:54:27.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-04-03T13:34:36.000Z (about 3 years ago)
- Last Synced: 2025-01-22T05:29:47.268Z (4 months ago)
- Language: Zig
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Singe
Me following the compiler book - *Thorsten Ball* and implementing the language.
I'm doing the lexing/parsing steps from scratch, so the task is a bit harder, but it sounds more fun like this.