Open stlutz opened 5 years ago
Thanks for pointing it out. It does break the rule but we can change it in another way. Does this prevent progress right now?
It shouldn't affect me, really. I decided to develop my derivative language inside Squeak, so the OhmSmalltalk grammar is correctly parsed anyway.
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.