Modules§
- analyzer
- Analyzer code converting abstract parse tree, returned by parser, into an abstract syntax tree (AST)
- ast
- Abstract syntax tree data types
- compiler
- Compiler converting AST constructed by analyzer into instructions and library data structure
- issues
- linker
- module
- parser
- product
Enums§
- Build
Error - Compiler
Error - Instr
Error - Errors happening when editing existing instruction (should never happen and indicate internal compiler bug)
- Lexer
Error - Linker
Error - Main
Error