From 8190a22c55b953e0326dd0e577c8d042fba1fc83 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 16 Jun 2024 16:25:28 +0300 Subject: [PATCH] =?utf8?q?Fix(parser):=20=D0=91=D1=83=D0=BA=D0=B2=D0=B0=20?= =?utf8?q?`=D0=81`?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- parser/grammar.ebnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser/grammar.ebnf b/parser/grammar.ebnf index 8e0a403..8ccdd76 100644 --- a/parser/grammar.ebnf +++ b/parser/grammar.ebnf @@ -36,7 +36,7 @@ not_expression: not and_sub_expression expression_parens : "(" expression ")" -name : /[A-Za-zá-ñÁ-Ñ][A-Za-zá-ñÁ-Ñ0-9_]*[A-Za-zá-ñÁ-Ñ0-9]/ +name : /[A-Za-zá-ñÁ-ѳ£][A-Za-zá-ñÁ-ѳ£0-9_]*[A-Za-zá-ñÁ-ѳ£0-9]/ ?and : and_op | and_op and_op -- 2.39.2