]> git.phdru.name Git - phdru.name/cgi-bin/blog-ru/search-tags.git/commit
Change handling of spaces
authorOleg Broytman <phd@phdru.name>
Sat, 21 Jun 2014 23:27:13 +0000 (03:27 +0400)
committerOleg Broytman <phd@phdru.name>
Sat, 21 Jun 2014 23:27:13 +0000 (03:27 +0400)
commitfc9a4ef6e9dcde7e48ca54609ba7c9e80a1f20a7
tree19bdfc56f02068c005caa4d3b46fcd72dc56cfdb
parent39c76ea424261b4abf153916f48eef13315e0e83
Change handling of spaces

AND/NOT/OR operators require spaces if subexpressions are not in
parentheses so ignoring whitespace no longer works.
parser/grammar
parser/parser.py
parser/test_parser.py