Module compiler
Source Expand description
- analyzer
- The semantic analyzer.
- ast
- The Lucia Abstract Syntax Tree (AST).
- code
- The Code that runs in LVM.
- codegen
- The Code Generator.
- lexer
- The lexer.
- opcode
- The OpCodes for LVM.
- parser
- The parser.
- token
- The parsed token generated by the lexer.