Expand description
Core semantic identifiers shared across the compiler.
This subsystem owns IR components that are used broadly as stable semantic building blocks. It contains identifiers, compiled project structures, and dependency-aware graph structures whose meaning is independent of a specific compiler subsystem.
Modulesยง
- compiled ๐
- Compiled project IR.
- graph ๐
- Dependency-aware project graph.
- infrastructure ๐
- Infrastructure property extraction from AST statements.
- object_
id ๐ - Fully qualified database-object identifier type.
- unit_
test ๐ - IR representation of a parsed
EXECUTE UNIT TESTstatement.