compileTypeMixin

Compile the MixinType, returning the type or expression AST.

Doesn't run semantic() on the returned object.

compileTypeMixin

Parameters

tm TypeMixin

mixin to compile as a type or expression

loc Loc

location for error messages

sc Scope*

context Return: null if error, else RootObject AST as parsed

Suggestion Box / Bug Report