mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-02 08:08:20 +00:00
Some documentation rewordings.
This commit is contained in:
parent
eab0bec84b
commit
108bbe5395
1 changed files with 3 additions and 2 deletions
5
main.py
5
main.py
|
@ -28,8 +28,9 @@ Options (* means not implemented):
|
|||
optimize concatenated strings if they are parenthesized
|
||||
correctly, see note at the footer).
|
||||
skippreproc Skip preprocessor directives in the source as if they
|
||||
were comments. Not useful unless the script is output
|
||||
by cpp, which inserts directives like: # 123 "filename"
|
||||
were comments. Not useful unless the script is itself
|
||||
the output of a preprocessor like cpp, which inserts
|
||||
directives like: # 123 "filename".
|
||||
optimize Runs the optimizer.
|
||||
optsigns Optimize signs and float as int.
|
||||
* allowcescapes Enables use of \r, \b, \xNN, \NNN, etc.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue