[][src]Crate symtab

Structs

CannotLeaveRootScopeError
RedefinitionError
Scoped

Scoped implements scoping for SymbolTable. The generic type S is the Symbol and T is the value stored for that symbol.

Type Definitions

SymbolTable

SymbolTable associates a Symbol S with a stored value T.