mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 15:48:21 +00:00
Change skippreproc -> processpre, add #pragma option processing.
Usage: Options are case insensitive.
This commit is contained in:
parent
a13b1cb77e
commit
0c3ad9b938
3 changed files with 89 additions and 16 deletions
|
@ -213,7 +213,7 @@ class Test02_Parser(UnitTestCase):
|
|||
}}''',
|
||||
['explicitcast','extendedtypecast','extendedassignment',
|
||||
'extendedglobalexpr', 'allowmultistrings', 'allowkeyconcat',
|
||||
'skippreproc', 'duplabels']
|
||||
'processpre', 'duplabels']
|
||||
))
|
||||
print self.parser.scopeindex
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue