mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
Add TODO item: skip preprocessor directives.
This commit is contained in:
parent
0f55129f71
commit
dde3c08f61
1 changed files with 2 additions and 0 deletions
|
@ -1693,6 +1693,8 @@ class parser(object):
|
||||||
# Allow C style string composition of strings: "blah" "blah" = "blahblah"
|
# Allow C style string composition of strings: "blah" "blah" = "blahblah"
|
||||||
self.allowmultistrings = 'allowmultistrings' in options
|
self.allowmultistrings = 'allowmultistrings' in options
|
||||||
|
|
||||||
|
# TODO: Add option to skip preprocessor directives (specifically #line).
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue