Type Alias ProductionType

ProductionType:
    | LookaheadProductionType
    | "NonTerminal"
    | "Alternative"
    | "Terminal"
    | "Rule"