Add spark option to show grammer. Revise uncompyle options. Start to reorganize

tests more
This commit is contained in:
rocky
2015-12-22 03:54:17 -05:00
parent d3d375d954
commit 4f0fe90eef
67 changed files with 137 additions and 57 deletions

View File

@@ -1,10 +1,10 @@
# Python 2.7
# Embedded file name: ./source_3.4/branching/if.py
# Embedded file name: simple_source/branching/05_if.py
1 0 LOAD_NAME 'a'
6 0 LOAD_NAME 'True'
3 POP_JUMP_IF_FALSE '15'
2 6 LOAD_NAME 'c'
7 6 LOAD_NAME 'False'
9 STORE_NAME 'b'
12 JUMP_FORWARD '15'
15_0 COME_FROM '12'