Isotate conditionalnot

This commit is contained in:
rocky
2017-11-22 19:38:02 -05:00
parent b8f74c23f4
commit d0644e08d7
2 changed files with 1 additions and 3 deletions

View File

@@ -422,6 +422,7 @@ class Python3Parser(PythonParser):
def p_expr3(self, args):
"""
expr ::= conditionalnot
conditional ::= expr jmp_false expr jump_forward_else expr COME_FROM
conditionalnot ::= expr jmp_true expr jump_forward_else expr COME_FROM