essential_symbol_table 2.0.1 essential_symbol_table: ^2.0.1 copied to clipboard
A generic symbol table implementation in Dart, with support for scopes and constants.
1.0.4 #
- Added
context
toSymbolTable
.
1.0.3 #
- Converted
Visibility
into aComparable
class. - Renamed
add
->create
,put
->assign
, andallVariablesOfVisibility
->allVariablesWithVisibility
. - Added tests for
Visibility
comparing, anddepth
. - Added
uniqueName()
toSymbolTable
. - Fixed a typo in
remove
that would have prevented it from working correctly.
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
.
2.0.0 #
- add null safety support
2.0.1 #
- fix bug on uniqueName