Interpreter.interpret

Evaluates the expression e.

  1. Expression interpret(Expression e, Diagnostics diag)
    class Interpreter
    static
    Expression
    interpret
    (
    Expression e
    ,
    )
  2. Expression interpret(FunctionDecl fd, Expression[] args, Diagnostics diag)

Return Value

Type: Expression

NAR or a value.

Meta