Type Alias IndirDef<Context, NameType, ReturnType, ParamType>
Definition of an indirection function, analogous to ParserRule for parsers
and GeneratorRule for generators.
An indirection definition has a name and a fun function.
The fun function receives helper utilities (currently just SUBRULE) and returns
the actual implementation function that receives a context and optional parameters.
Definition of an indirection function, analogous to ParserRule for parsers and GeneratorRule for generators.
An indirection definition has a
nameand afunfunction. Thefunfunction receives helper utilities (currently justSUBRULE) and returns the actual implementation function that receives a context and optional parameters.