You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should be able to define grammar productions with no symbols. This is extremely useful. For example, suppose we want to define a possibly empty sequence of symbols:
Design-wise, this is easy. The representation of parse trees as iterable bl:mp objects makes it easy to create a parse tree with no symbols in the production of a macro definition. Implementation-wise, significant changes and additions to the LALR(1) parser will be needed.
The text was updated successfully, but these errors were encountered:
We should be able to define grammar productions with no symbols. This is extremely useful. For example, suppose we want to define a possibly empty sequence of symbols:
Design-wise, this is easy. The representation of parse trees as iterable bl:mp objects makes it easy to create a parse tree with no symbols in the production of a macro definition. Implementation-wise, significant changes and additions to the LALR(1) parser will be needed.
The text was updated successfully, but these errors were encountered: