Another follow-up to 2f4f403 (lslcalc support)
Forgot to check for EOF.
This commit is contained in:
@@ -2368,6 +2368,7 @@ list lazy_list_set(list L, integer i, list v)
|
||||
"""
|
||||
value = self.Parse_expression()
|
||||
self.tree.append({'nt':'EXPR', 't':value['t'], 'ch':[value]})
|
||||
self.expect('EOF')
|
||||
return
|
||||
|
||||
def BuildTempGlobalsTable(self):
|
||||
|
||||
Reference in New Issue
Block a user