zua ~master (2020-02-09T15:49:24Z)
Dub
Repo
BinaryOperation
zua
compiler
ir
A binary operation
Values
Value
Meaning
Add
Sub
Mul
Div
Exp
Mod
Concat
CmpLt
CmpLe
CmpGt
CmpGe
CmpEq
CmpNe
And
Or
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 binary operation