DynamicParseTreeCreator.canMerge

Determines if nonterminals with ID nonterminalID can be merged into a single tree node for ambiguities with the GLR parser. Function mergeParseTrees may be called for them.

class DynamicParseTreeCreator(alias GrammarModule, Location_, alias LocationRangeImpl = LocationRangeStartLength)
template canMerge (
SymbolID nonterminalID
) {}

Members

Manifest constants

canMerge
enum canMerge;
Undocumented in source.

Meta