mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
minor clarification of comment
This commit is contained in:
parent
d2fb302684
commit
4c08b7173a
1 changed files with 1 additions and 1 deletions
|
@ -1822,7 +1822,7 @@ class parser(object):
|
|||
# Skip preprocessor directives (specifically #line).
|
||||
self.skippreproc = 'skippreproc' in options
|
||||
|
||||
# TODO: Allow pure C-style string parsing. This is low-priority.
|
||||
# TODO: Allow pure C-style string escapes. This is low-priority.
|
||||
#self.allowcescapes = 'allowcescapes' in options
|
||||
|
||||
# TODO: Enable switch statements.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue