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 declaring rule like:
rule some_identifier
the message pops up saying "Rule name identifier or ':' expected" - this should fix it to only write "':' expected" (since rule cannot have multiple identifiers
The text was updated successfully, but these errors were encountered:
iromeo
changed the title
Change message when rule like had already declared identifier
Improve parser error message when rule/module have declared name but mising colon
Apr 23, 2024
iromeo
changed the title
Improve parser error message when rule/module have declared name but mising colon
Improve parser error message when rule/module is declared with name but lacks colon symbol
Apr 23, 2024
iromeo
changed the title
Improve parser error message when rule/module is declared with name but lacks colon symbol
Improve parser error message when rule/module is declared with name but lacks ':'
Apr 23, 2024
when declaring rule like:
rule some_identifier
the message pops up saying "Rule name identifier or ':' expected" - this should fix it to only write "':' expected" (since rule cannot have multiple identifiers
The text was updated successfully, but these errors were encountered: