dil ~master (2015-07-05T21:12:10Z)
Home
Dub
Repo
Interpreter.interpret
dil
code
Interpreter
Interpreter
Executes the function at compile-time with the given arguments.
Expression
interpret
(
Expression
e
,
Diagnostics
diag
)
Expression
interpret
(
FunctionDecl
fd
,
Expression
[]
args
,
Diagnostics
diag
)
class
Interpreter
static
Expression
interpret
(
FunctionDecl
fd
,
Expression
[]
args
,
Diagnostics
diag
)
Return Value
Type:
Expression
NAR or a value.
Meta
Source
See Implementation
dil
code
Interpreter
Interpreter
constructors
this
functions
complexPlusOrMinus
eval
static functions
interpret
Executes the function at compile-time with the given arguments.