grammar typo and add another test

This commit is contained in:
rocky
2017-03-15 03:59:07 -04:00
parent fdcb90f661
commit 4e05c741e3
2 changed files with 17 additions and 1 deletions

View File

@@ -115,7 +115,7 @@ I started working on this late 2015, mostly to add fragment support.
In that, I decided to make this runnable on Python 3.2+ and Python 2.6+
while, handling Python bytecodes from Python versions 2.5+ and
3.2+. In doing so, it has been expedient to separate this into three
projects: load loading and disassembly (xdis), parsing and tree
projects: bytecode loading and disassembly (xdis), parsing and tree
building (spark_parser), and grammar and semantic actions for
decompiling (uncompyle6).