3.4- compliance

This commit is contained in:
rocky
2020-01-23 13:51:46 -05:00
parent 28a80a0132
commit e0f5cb2bd2

View File

@@ -60,7 +60,7 @@ class Scanner38(Scanner37):
if self.debug and jump_back_targets:
print(jump_back_targets)
loop_ends: List[int] = []
loop_ends = []
next_end = tokens[len(tokens)-1].off2int() + 10
for i, token in enumerate(tokens):
opname = token.kind