ExpandIdentifiers

Undocumented in source.

Members

Aliases

_COMPILER
alias _COMPILER = MiniTemplate!(__compile, identifier)
Undocumented in source.
compileFile
alias compileFile(string fileName) = _COMPILER.__dataFile!fileName
Undocumented in source.
compileFile
alias compileFile(string txt) = _COMPILER.__data!txt
Undocumented in source.
execute
alias execute = _COMPILER.execute
Undocumented in source.

Static functions

__compile
string __compile()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

values
string[string] values;
Undocumented in source.

Meta