3.7 "imports" and "or"

This commit is contained in:
rocky
2020-01-11 07:06:46 -05:00
parent 6cef42f6c7
commit c3d7ba6dad
13 changed files with 52 additions and 12 deletions

View File

@@ -913,6 +913,7 @@ class Python37Parser(Python37BaseParser):
or ::= and jitop_come_from expr COME_FROM
or ::= expr JUMP_IF_TRUE_OR_POP expr COME_FROM
or ::= expr JUMP_IF_TRUE expr COME_FROM
or ::= expr POP_JUMP_IF_TRUE expr POP_JUMP_IF_FALSE COME_FROM
testfalse_not_or ::= expr jmp_false expr jmp_false COME_FROM
testfalse_not_and ::= and jmp_true come_froms