ChAoSUnItY / ebnf

A successor bnf parsing library of bnf parsing library, for parsing Extended Backus–Naur form context-free grammars
MIT License
10 stars 3 forks source link

Terminal Node type is misnamed #6

Open fwander opened 1 year ago

fwander commented 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.

ChAoSUnItY commented 1 year ago

Do you have suggestion about renaming lhs?

swwu commented 9 months ago

Maybe NonTerminal?