Module symbol_table

Module symbol_table 

Source

Enums§

Symbol

Functions§

construct_symbol_table
Construct a map of every key and value defined by libraries. The identifiers in the symbol table will be fully qualified, i.e. they will contain their full namespace. A symbol is namespaced according to the name of the library it is defined in. If a library defines a value by extending a previously defined key, then that value will be namespaced to the current library and not the library of its key.
get_deprecated_key_identifier
get_deprecated_key_identifiers
get_deprecated_key_value
get_symbol_table_from_libraries
resolve_dependencies

Type Aliases§

SymbolTable