Replies: 1 comment 2 replies
-
You’re lexer rules are in conflict. Are you sure you don’t need fragments?
Lexer rules are not driven by the parser.
…On Mon, May 8, 2023 at 22:37 Nightmare0 ***@***.***> wrote:
https://i.imgur.com/kYgznyf.png
**TOKEN_BULEVA_ZNACHENIYA_ISTINY: '\u0418\u0441\u0442\u0438\u043D\u0430';
// Истина
TOKEN_BULEVA_ZNACHENIYA_LOJI: '\u041B\u043E\u0436\u044C'; // Ложь.
bulevoZnacheniye: TOKEN_BULEVA_ZNACHENIYA_LOJI |
TOKEN_BULEVA_ZNACHENIYA_ISTINY;**
By some reason UTF-8 input token mismatch.
—
Reply to this email directly, view it on GitHub
<#4260>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJ7TMHWZVGZGZ5VOM23RI3XFEAL3ANCNFSM6AAAAAAX2BEYDQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://i.imgur.com/kYgznyf.png
By some reason UTF-8 input token mismatch.
Beta Was this translation helpful? Give feedback.
All reactions