whileelse in 3.6 sometimes has come froms...

also remove extra "L. " in token printing
This commit is contained in:
rocky
2020-04-04 10:12:12 -04:00
parent 1367709399
commit e8e7d2086d
5 changed files with 8 additions and 6 deletions

View File

@@ -396,7 +396,7 @@ class Scanner2(Scanner):
if show_asm in ('both', 'after'):
for t in tokens:
print(t.format(line_prefix='L.'))
print(t.format(line_prefix=""))
print()
return tokens, customize