PY3: COME_FROM -> COME_FROM_FINALLY as appropriate

We now have all WITH_ op jumps associated in the grammar

Also, some COME_FROM_LOOP grammar fixes
This commit is contained in:
rocky
2016-09-27 02:59:05 -04:00
parent 1fc8ac4700
commit 051efb80f5
3 changed files with 15 additions and 9 deletions

View File

@@ -34,6 +34,7 @@ def test_grammar():
"""
JUMP_BACK CONTINUE RETURN_END_IF
COME_FROM COME_FROM_EXCEPT COME_FROM_LOOP COME_FROM_WITH
COME_FROM_FINALLY
LOAD_GENEXPR LOAD_ASSERT LOAD_SETCOMP LOAD_DICTCOMP
LAMBDA_MARKER RETURN_LAST
""".split())