Used for compile-time evaluation of D code.
Constructs an Interpreter object.
Calculates z1 + z2 or z1 - z2. Returns a new ComplexExpr.
Start evaluation.
Start evaluation of a function.
Evaluates the expression e.
Executes the function at compile-time with the given arguments.
Calls the appropriate visit() method for a node.
Allows calling the visit() method with a null node.
Called by visit() methods that were not overridden.
See Implementation
Used for compile-time evaluation of D code.