SymbolMap

Type Alias SymbolMap 

Source
pub type SymbolMap = MultiMap<String, TopLevelSymbol>;
Expand description

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

Aliased Type§

pub struct SymbolMap { /* private fields */ }