More regressions with some fixes

This commit is contained in:
rocky
2020-04-17 00:06:39 -04:00
parent ebc22e32e6
commit 538c2e7efd
3 changed files with 5 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
language: python
python:
- '3.5'
- '2.7'
- '3.4'
# - '3.5'
# - '2.7'
# - '3.4'
- '3.6'
- '3.8'

View File

@@ -928,9 +928,9 @@ class Python37Parser(Python37BaseParser):
ret_or ::= expr JUMP_IF_TRUE_OR_POP ret_expr_or_cond COME_FROM
if_exp_ret ::= expr POP_JUMP_IF_FALSE expr RETURN_END_IF COME_FROM ret_expr_or_cond
jitop_come_from ::= JUMP_IF_TRUE_OR_POP come_froms
jitop_come_from_expr ::= JUMP_IF_TRUE_OR_POP come_froms expr
jifop_come_from ::= JUMP_IF_FALSE_OR_POP come_froms
or ::= and jitop_come_from expr COME_FROM
or ::= and jitop_come_from_expr COME_FROM
or ::= expr JUMP_IF_TRUE_OR_POP expr COME_FROM
or ::= expr_jit expr COME_FROM
or ::= expr_pjit expr POP_JUMP_IF_FALSE COME_FROM