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
When bnfc can't find productions for a given category it prints the following error message:
bnfc: user error (No production for Signal_name, appearing in rule Actual_designator_l. Actual_designator ::= Signal_name . Defined categories: # Ident Integer String ...
but when the grammar gets large, the list of defined categories is drowning the error message.
Maybe this instead:
No production for Signal_name, appearing in rule
Actual_designator_l. Actual_designator ::= Signal_name
The text was updated successfully, but these errors were encountered:
When bnfc can't find productions for a given category it prints the following error message:
but when the grammar gets large, the list of defined categories is drowning the error message.
Maybe this instead:
The text was updated successfully, but these errors were encountered: