Skip to main content

Module ir

Module ir 

Source
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 TEST statement.