Open fwander opened 1 year ago
The Terminal node type represents a reference to the lhs of a different expression. These are referred to as non-terminals, not terminals. Additionally, the String symbol should/could be renamed to terminal as it represents a terminal symbol.
Do you have suggestion about renaming lhs?
Maybe NonTerminal?
NonTerminal
The Terminal node type represents a reference to the lhs of a different expression. These are referred to as non-terminals, not terminals. Additionally, the String symbol should/could be renamed to terminal as it represents a terminal symbol.