grimoire.compiler.pretty

Members

Functions

grGetPrettyFunction
string grGetPrettyFunction(string name, GrType[] inSignature, GrType[] outSignature)
string grGetPrettyFunction(GrFunction func)

Prettify a function.

grGetPrettyFunctionCall
string grGetPrettyFunctionCall(string mangledName)

Displayable format for a mangled string of format: function$signature \ Return signature is not used.

grGetPrettyFunctionCall
string grGetPrettyFunctionCall(string name, GrType[] signature)

Displayable format for a mangled string of format: function$signature \ Return signature is not used.

grGetPrettyType
string grGetPrettyType(GrType variableType)

Convert a type into a pretty format for display.

Meta

License

Zlib

Authors

Enalye