Interpreter.interpret

Executes the function at compile-time with the given arguments.

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

Return Value

Type: Expression

NAR or a value.

Meta