From: Oleg Broytman Date: Fri, 20 Jun 2014 09:41:40 +0000 (+0400) Subject: TODO: lowercase operators X-Git-Tag: v0.3~11 X-Git-Url: https://git.phdru.name/?p=phdru.name%2Fcgi-bin%2Fblog-ru%2Fsearch-tags.git;a=commitdiff_plain;h=72f0003cd5a426bc40da1c817084dc794358740d TODO: lowercase operators --- diff --git a/TODO b/TODO index 8f3cc14..cfeb865 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,7 @@ -Allow '&&' and ' AND '. +Allow '&&', ' and ' and ' AND '. -Allow '||' and ' OR '. +Allow '||', ' or ' and ' OR '. -Allow 'NOT '. +Allow 'NOT ' and 'not '. Forbid stupid expressions: double NOT, extra parens and so on.