Expand description
A trait for generic implementation of symbol tables. Used by the hayami
family
of symbol table crates, which were developed for use in the rain
programming language.
Traitsยง
- MutSymbol
Map - A trait for a symbol table which in which entries may be infallibly mutated.
- Symbol
Map - A trait for a symbol table which can be indexed by a given key.
- Symbol
Stack - A trait for a stack-like symbol table in which a reference to the previous layer may be obtained