A minimal language compiled into wasm bytecode
Please refer to SPEC.md.
- Tokenizer
- Parser
- Desugarer
- Type checker
- Code generator for wasm
- Basic codegen
- Complex types and expressions
- Codegen for string
- Module system
- JS interop
- IO
- Bootstrapping
npm i -g kou
Compile:
kouc hello.kou -o hello.wasm
# For the detailed usage
kouc --help
Run in CLI:
kou hello.wasm
# For the detailed usage
kou --help