mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-02 16:18:19 +00:00
Fix obsolete comment.
There was a time where I decided that the tree would be stored inside the symbol table, as values for the global symbols. I changed my mind later and separated them, but that comment remained.
This commit is contained in:
parent
6a0eebf157
commit
9c926b6fec
1 changed files with 1 additions and 1 deletions
|
@ -525,7 +525,7 @@ class parser(object):
|
||||||
"""Calls GetToken and sets the internal token."""
|
"""Calls GetToken and sets the internal token."""
|
||||||
self.tok = self.GetToken()
|
self.tok = self.GetToken()
|
||||||
|
|
||||||
# Recursive-descendent parser. The result is a symbol table.
|
# Recursive-descendent parser. The result is an AST and a symbol table.
|
||||||
|
|
||||||
def expect(self, toktype):
|
def expect(self, toktype):
|
||||||
"""Raise exception if the current token is not the given one."""
|
"""Raise exception if the current token is not the given one."""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue