Permalink
Please sign in to comment.
Browse files
More simplification and deletion of unused code.
- Move code out of misc.py and into the file it's used - Rewrite Stack() and flatten() to be more concise - pgen2/driver.py: remove unneeded string/file adapters. There are now FIVE differences in regtest.sh. They seem small though. TODO: verify no diff in output disassembly.
- Loading branch information...
Showing
with
51 additions
and 72 deletions.
- +12 −0 opy/_regtest/benchmarks.txt
- +5 −4 opy/compiler2/ast.py
- +1 −22 opy/compiler2/misc.py
- +13 −2 opy/compiler2/pyassem.py
- +12 −2 opy/compiler2/pycodegen.py
- +7 −18 opy/compiler2/transformer.py
- +1 −2 opy/opy_main.py
- +0 −22 opy/pgen2/driver.py
0 comments on commit
6c33e9d