Skip to content

Symbol

SymbolOpInterface dataclass

SymbolOpInterface()

Bases: StmtTrait

A trait that indicates that a statement is a symbol operation.

A symbol operation is a statement that has a symbol name attribute.

SymbolTable dataclass

SymbolTable()

Bases: StmtTrait

Statement with SymbolTable trait can only have one region with one block.