mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
Add the Firestorm features as TODO tasks.
This commit is contained in:
parent
0959be94bc
commit
de4a8d4dac
1 changed files with 6 additions and 0 deletions
|
@ -1680,6 +1680,12 @@ class parser(object):
|
||||||
# TODO: Allow pure C-style string parsing. This is low-priority.
|
# TODO: Allow pure C-style string parsing. This is low-priority.
|
||||||
#self.allowcescapes = 'allowcescapes' in options
|
#self.allowcescapes = 'allowcescapes' in options
|
||||||
|
|
||||||
|
# TODO: Enable switch statements.
|
||||||
|
#self.enableswitch = 'enableswitch' in options
|
||||||
|
|
||||||
|
# TODO: Enable brackets for list elements e.g. (float)mylist[3], or mylist[5]=4
|
||||||
|
#self.lazylists = 'lazylists' in options
|
||||||
|
|
||||||
del options # no longer needed
|
del options # no longer needed
|
||||||
|
|
||||||
# Symbol table:
|
# Symbol table:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue