An open API service indexing awesome lists of open source software.

https://github.com/andrearcaina/zephyr

tryna create a statically typed interpreted language
https://github.com/andrearcaina/zephyr

ast go interpreter language-learning lexing repl

Last synced: 4 months ago
JSON representation

tryna create a statically typed interpreted language

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#)