[This is preliminary documentation and is subject to change.]
Adds a new Production to the parser with a given
LHS.
| C# |
public Production CreateProduction( string nonTerminal )
- nonTerminal (String)
- A string containing the text of the Production's LHS.
The added Production. This does not as yet contain any elements
in its RHS.