./run.sh
- Name (something better then wip-lang)
- Tokenization
- Build AST
- Check AST (type checking, reassigning of constants, etc.)
- Types
- int
- float
- function
- void
- struct
- bool
- pointer
- char
- Compile
- arm macos assembly
- x86 linux assembly
- WebAssembly
- other
- Turing-complete (check examples)
- Rewrite compiler on itself
// !TODO write 'about' paragraph