Files
python-uncompyle6/test/simple-source/precedence/right.py
rocky a75bd0bf97 Python 3 bytecode handles opcodes with varargs (better). Decompiling
assert works. Add more of the simple tests and their compiled bytecode.
2015-12-19 03:00:39 -05:00

3 lines
30 B
Python

a = b * (c + d)
a = b * c + d