X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=parser%2Fgrammar.ebnf;h=2877e8f63edfa85e07a5d7b202891fea1a648c17;hb=4a84f5ebbe2d04c0e4127f9694fce33602f99327;hp=ccfe6eb0de71e334572ccce758e7254a33e5dfca;hpb=33e5adc0140505536447846d4b901fb360eaa350;p=phdru.name%2Fcgi-bin%2Fblog-ru%2Fsearch-tags.git diff --git a/parser/grammar.ebnf b/parser/grammar.ebnf index ccfe6eb..2877e8f 100644 --- a/parser/grammar.ebnf +++ b/parser/grammar.ebnf @@ -57,12 +57,18 @@ name : /[A-Za-z ?and_word : "AND" | "and" + | "é" + | "É" ?or_word : "OR" | "or" + | "éìé" + | "ÉÌÉ" ?not_word : "NOT" | "not" + | "îå" + | "ÎÅ" %import common.WS %ignore WS