class InterpreterRPN

Defined in:

calc.cr

Instance Method Summary

Instance methods inherited from class Interpreter

interpret interpret, visit(node : BinOp) : Int32
visit(node : UnaryOp) : Int32
visit(node : Num) : Int32
visit

Constructor methods inherited from class Interpreter

new(ast : AST) new

Instance Method Detail

def visit(node : BinOp) #

[View source]
def visit(node : UnaryOp) #

[View source]
def visit(node : Num) #

[View source]