FunctionLiteral

FunctionLiteral

class FunctionLiteral : Expression {
FunctionDefinition func;
}

Inherited Members

From Expression

semantic
Expression semantic(Scope* sc)

Semantically analyze Expression. Determine types, fold constants, e

Meta