DynamicParseTreeCreator.NonterminalUnion

Tagged union for different nonterminals, which is used internally by the parser. The union can allow more nonterminals than necessary, which can reduce template bloat.

class DynamicParseTreeCreator(alias GrammarModule, Location_, alias LocationRangeImpl = LocationRangeStartLength)
alias NonterminalUnion = GenericNonterminalUnion!(DynamicParseTreeCreator).Union

Meta