Csmli::Codegen
Inherits Reference < Object
Constructors
new
SourceInstance methods
generate(ast : ASTNode)
Sourcevisit(node : Nop)
Sourcevisit(node : Statements)
Sourcevisit(node : Define)
Sourcevisit(node : Print)
Sourcevisit(node : Number) : Int32
Sourcevisit(node : Boolean) : Bool
Sourcevisit(node : Variable) : Int32 | Bool | Function
Sourcevisit(node : Operation) : Int32 | Bool
Sourcevisit(node : If) : Bool | Int32 | Function | Nil
Sourcevisit(node : Function) : Function
Sourcevisit(node : Call) : Bool | Int32 | Function | Nil
Source