Merge "Search: adjust association of negation"

This commit is contained in:
Jenkins 2015-01-16 00:19:18 +00:00 committed by Gerrit Code Review
commit b183438bea

View File

@ -24,6 +24,10 @@ import gertty.search
from tokenizer import tokens
def SearchParser():
precedence = (
('left', 'NOT', 'NEG'),
)
def p_terms(p):
'''expression : list_expr
| paren_expr