mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 15:48:21 +00:00
Another follow-up to 2f4f403
(lslcalc support)
Forgot to check for EOF.
This commit is contained in:
parent
9879d5f68b
commit
dff7b0e9ac
1 changed files with 1 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue