Expand description
Defines the PipelineStage structure, which manages
data stored in memory throughout the DC parser pipeline.
Structs§
- DCData
- Globals that the semantic analyzer uses while parsing the abstract syntax tree.
- Pipeline
Data 🔒 - Data stored in memory throughout the DC parser pipeline.
Enums§
- Pipeline
Stage 🔒 - Used by the
PipelineDatastructure to keep track of the current pipeline stage to properly store its state. - TopLevel
Symbol
Type Aliases§
- Symbol
Map - Data structure used to keep track of declarations’ symbols (their identifiers) for usage during semantic analysis.