class

Seal::Interpreter

Inherits Reference < Object

Constructors

new(output : IO = STDOUT)
Source

Instance methods

calculate_std_dev(arr : Array(Value)) : Float64
Source
call_function(name : String, arguments : Array(Expr)) : Value
Source
evaluate_expression(expr : Expr) : Value
Source
execute(program : Program)
Source
execute_statement(stmt : Stmt)
Source
is_prime(n : Int32) : Bool
Source