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
depthtoSymbolTable. - Added
symbolTabletoVariable. - Deprecated the redundant
Constantclass. - Deprecated
Variable.markAsPrivate(). - Added the
Visibilityenumerator. - Added the field
visibilitytoVariable.