Add Python 1.3 decompilation ..

Reduced checking via "make check-short"
This commit is contained in:
rocky
2018-06-13 12:26:21 -04:00
parent 3ac4f1ee61
commit b7942bc5f2
13 changed files with 116 additions and 11 deletions

View File

@@ -8,12 +8,11 @@ class Python14Parser(Python15Parser):
def p_misc14(self, args):
"""
# Nothing here yet, but will need to add UNARY_CALL, BINARY_CALL,
# Not much here yet, but will probably need to add UNARY_CALL, BINARY_CALL,
# RAISE_EXCEPTION, BUILD_FUNCTION, UNPACK_ARG, UNPACK_VARARG, LOAD_LOCAL,
# SET_FUNC_ARGS, and RESERVE_FAST
# FIXME: should check that this indeed around __doc__
# Possibly not strictly needed
# Not strictly needed, but tidies up output
stmt ::= doc_junk
doc_junk ::= LOAD_CONST POP_TOP