Gera
The compiler for Gera, a satically typed and garbage collected programming language. Currently WIP (Work in progress).
Progress
This is a rough outline of the progress made. For further details, feel free to have a look at the Trello board.
- Lexer
- Parser
- Pretty errors
- Grammar checking
- Modules
- Type checking
- Interpreter for constants
- Headers for external procedures
- Lowering of AST into SSA IR
- Code generation from IR
- C
- WebAssembly
- JVM byte code?
- Standard library
- Optimizations on IR