Fragment fixes (and workarounds)

fragments.py: add more parent offsets. blacken buffer
parser3.py: additional grammar rules for fragment parser

Misc small typos and corrections
This commit is contained in:
rocky
2019-10-12 12:22:27 -04:00
parent 0cf32f1b70
commit 163e47fb49
4 changed files with 620 additions and 473 deletions

View File

@@ -418,7 +418,6 @@ TABLE_DIRECT = {
'except_suite_finalize': ( '%+%c%-%C', 1, (3, maxint, '') ),
'pass': ( '%|pass\n', ),
'STORE_FAST': ( '%{pattr}', ),
'kv': ( '%c: %c', 3, 1 ),
'kv2': ( '%c: %c', 1, 2 ),
'import': ( '%|import %c\n', 2),