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
contexttoSymbolTable.
1.0.3 #
- Converted
Visibilityinto aComparableclass. - Renamed
add->create,put->assign, andallVariablesOfVisibility->allVariablesWithVisibility. - Added tests for
Visibilitycomparing, anddepth. - Added
uniqueName()toSymbolTable. - Fixed a typo in
removethat would have prevented it from working correctly.
1.0.2 #
- Added
depthtoSymbolTable. - Added
symbolTabletoVariable. - Deprecated the redundant
Constantclass. - Deprecated
Variable.markAsPrivate(). - Added the
Visibilityenumerator. - Added the field
visibilitytoVariable.
2.0.0 #
- add null safety support
2.0.1 #
- fix bug on uniqueName