Compiler.compilerOverride

A string-match function. If the name of a node matches N, then the an override of 'compileNode' is generated returning the value F in the generated compiler.

template Compiler(ParseTree T, alias Parser)
template compilerOverride (
string N
string F
) {}

Members

Manifest constants

compilerOverride
enum compilerOverride;
Undocumented in source.

Meta