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