mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
Add tab warning and future option documentation.
This commit is contained in:
parent
6c00400d7d
commit
d55f873fd5
2 changed files with 9 additions and 0 deletions
5
main.py
5
main.py
|
@ -33,6 +33,11 @@ Options (* means not implemented):
|
|||
directives like: # 123 "filename".
|
||||
optimize Runs the optimizer.
|
||||
optsigns Optimize signs and float as int.
|
||||
* foldtabs Tabs can't be copy-pasted, so they aren't optimized by
|
||||
default. But with support from the viewer, they can be
|
||||
folded too and make it to the uploaded source. This
|
||||
option overrides that check, enabling optimization of
|
||||
strings with tabs.
|
||||
* allowcescapes Enables use of \r, \b, \xNN, \NNN, etc.
|
||||
* enableswitch Enables Firestorm-compatible switch statements
|
||||
(not recommended)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue