zua ~master (2020-02-09T15:49:24Z)
Dub
Repo
Expr
zua
compiler
ir
An expression
abstract
class
Expr :
IRNode
Inherited Members
From IRNode
start
Token
start
;
end
Token
end
;
The range of tokens that represent this IR node
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
An expression