- Fix some issues in the parser and the AST spec
- Fix invalid union types emitted by treegen
- Fix and extend the Evaluator a bit
- Swich API of type checker and make it store checking errors
on the Syntax object itself
- Extended and fixed some issues in the parser
- Complete rewrite of TypeChecker as a SymbolResolver
- Created basic structure for a new class TypeChecker
- Introduces verification passes
- Updated frontend and all bits depending on it