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
I stumbled upon this using the interactive ohm editor and confirmed it by setting up ohm/JS locally.
Error: Line 207, col 7:
206 | | stringLiteral
> 207 | | ByteArrayLiteral
^~~~~~~~~~~~~~~~
208 | | symbolInArrayLiteral
Cannot apply syntactic rule ByteArrayLiteral from here (inside a lexical context)
After converting ByteArrayLiteral and LiteralArrayLiteralInLiteralArray to lexical rules, it does get accepted. I'm not sure, however, if that has an impact on the grammar's correctness.
The text was updated successfully, but these errors were encountered:
I stumbled upon this using the interactive ohm editor and confirmed it by setting up ohm/JS locally.
After converting
ByteArrayLiteral
andLiteralArrayLiteralInLiteralArray
to lexical rules, it does get accepted. I'm not sure, however, if that has an impact on the grammar's correctness.The text was updated successfully, but these errors were encountered: