SymbolTable

class selene_core.build_utils.symbols.SymbolTable
__init__()
add_function(symbol: str, is_defined: bool)
defined_functions: set[str]
has_defined_function(symbol: str) bool
has_undefined_function(symbol: str) bool
undefined_functions: set[str]