Mercurial > lcfOS
diff ide/compiler/parser.py @ 15:de004f808e56
Fixup in multidocument area stuff
author | windel |
---|---|
date | Tue, 15 Nov 2011 07:35:00 +0100 |
parents | 2db4d2b362e6 |
children |
line wrap: on
line diff
--- a/ide/compiler/parser.py Sun Nov 13 23:24:10 2011 +0100 +++ b/ide/compiler/parser.py Tue Nov 15 07:35:00 2011 +0100 @@ -37,6 +37,7 @@ def NextToken(self): self.token = self.tokens.__next__() + # TODO: store filename in location? self.location = (self.token.row, self.token.col) # Helpers to find location of the error in the code: