Creates a special tree node, which contains different ambiguous trees
as childs. This is used by GLR parsers. It will only be called by the
parser if canMerge!nonterminalID is true.
classDynamicParseTreeCreator(alias GrammarModule, Location_, alias LocationRangeImpl = LocationRangeStartLength)
Creates a special tree node, which contains different ambiguous trees as childs. This is used by GLR parsers. It will only be called by the parser if canMerge!nonterminalID is true.