Updated lineanalyzer.py

This commit is contained in:
2019-02-10 01:16:00 +01:00
parent bb3203bd33
commit b30b368820
3 changed files with 83 additions and 5 deletions

View File

@@ -123,6 +123,7 @@ class PARSEOBJECT:
templine.append(rr)
tempfile.append(templine)
count += 1
templine = []
self.inc_passes()
for l in tempfile:
analyzed_line = self.token_analyzer(l)