Production to format.
The string form of production.
Checks if the production is a epsilon production(i.e. A->ε).
Returns true if epsilon production
Checks if two productions are same.
Returns true if both are same production.
Generated using TypeDoc
Formats a production to string.
Example:
{ symbol: "S", produces: ["a", "A"] }
is formated as
S->aA