]> git.phdru.name Git - phdru.name/cgi-bin/blog-ru/search-tags.git/blobdiff - parser/parser.py
Ignore spaces
[phdru.name/cgi-bin/blog-ru/search-tags.git] / parser / parser.py
index 7caa2e2fc6969b0e5b651c01ee2ebc809262c75c..2fcf716a8a37492e4b3965f20f4466c0b03dab91 100644 (file)
@@ -14,6 +14,8 @@ t_OR_OP = r'\|'
 
 t_NOT_OP = '!'
 
+t_ignore = '[ \t]+'
+
 def t_error(t):
     """Avoid warnings on stderr"""