Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class ForSimple(val loopVar: Variable, val min: Operand, val maxExclusive: Operand, val body: Program.Stm) : Program.Stm
Link copied to clipboard
data class If(val cond: Operand, val tbody: Program.Stm, var fbody: Program.Stm? = null) : Program.Stm
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard