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