https://github.com/andrearcaina/zephyr-lang
trying to create an interpreter/compiler in Go to understand a language
https://github.com/andrearcaina/zephyr-lang
Last synced: 12 months ago
JSON representation
trying to create an interpreter/compiler in Go to understand a language
- Host: GitHub
- URL: https://github.com/andrearcaina/zephyr-lang
- Owner: andrearcaina
- License: mit
- Created: 2025-07-03T22:27:34.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-03T22:33:06.000Z (12 months ago)
- Last Synced: 2025-07-03T23:27:35.156Z (12 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zephyr-lang
- trying to create an interpreter/compiler in Go to understand a language
- following `Writing an Interpreter in Go` as well as `Writing a Compiler in Go` from Thorsten Ball
- afterwards i'll add more features to better understand oop and other concepts
### TODO
- [ ] static type inference
- [ ] class based oop (like c#)