dir codegen/
dir parser/
dir shared/
dir tokeniser/
dir typechecker/
file .gitignore
file go.mod
file grammar
file LICENSE
file main.go
file README.md
file test.qk

README.md

# quokka

this is my work in progress programming language targeting the [QBE backend](https://c9x.me/compile/)

as this is my first language i aim for:
- no crazy/revolutionary new features
- simple type system
- modern and clean syntax inspired by rust and go