Module pipeline

Module pipeline 

Source
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.
PipelineData 🔒
Data stored in memory throughout the DC parser pipeline.

Enums§

PipelineStage 🔒
Used by the PipelineData structure to keep track of the current pipeline stage to properly store its state.
TopLevelSymbol

Type Aliases§

SymbolMap
Data structure used to keep track of declarations’ symbols (their identifiers) for usage during semantic analysis.