[This is preliminary documentation and is subject to change.]
Gets the set of non terminals in this parser.
| C# |
public IndexedSet<string> NonTerminals { get; }
This is an IndexedSet so each non terminal has an integer index
and a string value.