symbol_table 1.0.2 symbol_table: ^1.0.2 copied to clipboard
A generic symbol table implementation in Dart, with support for scopes and constants.
1.0.2 #
- Added
depth
toSymbolTable
. - Added
symbolTable
toVariable
. - Deprecated the redundant
Constant
class. - Deprecated
Variable.markAsPrivate()
. - Added the
Visibility
enumerator. - Added the field
visibility
toVariable
.