zua ~master (2020-02-09T15:49:24Z)
Dub
Repo
Block
zua
compiler
ir
A block statement
final
class
Block :
Stat
{
Stat
[]
body
;
}
Members
Variables
body
Stat
[]
body
;
A list of statements to be executed by this block
Meta
Source
See Implementation
zua
compiler
ir
aliases
FieldEntry
IfEntry
classes
AssignStat
AtomicExpr
AtomicStat
BinaryExpr
Block
BracketExpr
CallExpr
DeclarationStat
Expr
ExprStat
ForeachStat
FunctionExpr
GlobalExpr
IRNode
IfStat
IndexExpr
LocalExpr
LvalueExpr
NumberExpr
NumericForStat
RepeatStat
ReturnStat
Stat
StringExpr
TableExpr
UnaryExpr
UpvalueExpr
WhileStat
enums
AtomicExprType
AtomicStatType
BinaryOperation
UnaryOperation
functions
compileAST
structs
TableField
A block statement