mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
All tests pass now
This commit is contained in:
parent
16d8c4c9d1
commit
e1bcccb979
5 changed files with 315 additions and 265 deletions
|
@ -1,16 +1,17 @@
|
|||
REGEX
|
||||
default
|
||||
{
|
||||
touch(integer LslLibrary)
|
||||
{
|
||||
\{
|
||||
touch\(integer ([a-zA-Z]+)\)
|
||||
\{
|
||||
integer loc____ret__00001;
|
||||
{
|
||||
{
|
||||
\{
|
||||
\{
|
||||
loc____ret__00001 = 3;
|
||||
;
|
||||
}
|
||||
}
|
||||
\}
|
||||
\}
|
||||
@___rtl__00001;
|
||||
loc____ret__00001;
|
||||
LslLibrary++;
|
||||
}
|
||||
}
|
||||
\1\+\+;
|
||||
\}
|
||||
\}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue