Interface: SymbolTable
compiler.SymbolTable
A simple interface defining the basic functionality of a symbol table.
Since
0.10.0
Implemented by
Table of contents
Properties
Properties
entries
• entries: Map
<string
, ScopeDeclaration
>
The items contained in this symbol table.
Since
0.10.0
Defined in
kipper/core/src/compiler/semantics/symbol-table/base/symbol-table.ts:12
parent
• Optional
parent: SymbolTable
The parent of this symbol table.
Since
0.10.0
Defined in
kipper/core/src/compiler/semantics/symbol-table/base/symbol-table.ts:17