mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2024-11-21 14:18:57 -07: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.
|
||||
#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
|
||||
|
||||
# Symbol table:
|
||||
|
|
Loading…
Reference in a new issue