Respect after/both option in scanner3

This commit is contained in:
rocky
2016-07-17 12:38:48 -04:00
parent 63ec3f934a
commit ea733c31d7

View File

@@ -287,6 +287,11 @@ class Scanner3(scan.Scanner):
)
)
pass
if show_asm in ('both', 'after'):
for t in tokens:
print(t.format())
print()
return tokens, {}
def build_lines_data(self, code_obj):