Fix bug found in project 04
This commit is contained in:
@@ -47,7 +47,7 @@ t_AOP = r'\+|\-|\*|/'
|
||||
t_COMP = r'<=|>=|<|>'
|
||||
|
||||
# Equality operators
|
||||
t_EQOP = r'\|\||&&|==|!='
|
||||
t_EQOP = r'==|!='
|
||||
|
||||
# Logical operators
|
||||
t_LOP = r'\|\||&&'
|
||||
Reference in New Issue
Block a user