X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=parser%2Fgrammar.ebnf;h=2877e8f63edfa85e07a5d7b202891fea1a648c17;hb=a4b4cf32ed4f7a1037acab2f22da6e14010e5d0a;hp=ccfe6eb0de71e334572ccce758e7254a33e5dfca;hpb=117a079203b0b2edae63b654dca5decfc8da9c5c;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