mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
Add ';' to the interning string table.
This commit is contained in:
parent
ecaa4b1af0
commit
12a1245102
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ S = ('integer','float','string','key','vector','rotation','quaternion','list',
|
||||||
'ROTATION','LIST','PRINT','FUNCTION','FIELD','EXPR','V++','V--','=',
|
'ROTATION','LIST','PRINT','FUNCTION','FIELD','EXPR','V++','V--','=',
|
||||||
'+=','-=','*=','/=','%=','&=','|=','^=','<<=','>>=','NEG','!','~','++V',
|
'+=','-=','*=','/=','%=','&=','|=','^=','<<=','>>=','NEG','!','~','++V',
|
||||||
'--V','()','*','/','%','+','-','<<','>>','==','!=','&','^','|','&&','||',
|
'--V','()','*','/','%','+','-','<<','>>','==','!=','&','^','|','&&','||',
|
||||||
'@','JUMP','STATE','RETURN','IF','WHILE','DO','FOR','DECL','{}',
|
'@','JUMP','STATE','RETURN','IF','WHILE','DO','FOR','DECL','{}',';',
|
||||||
'Label','State','TRUE','FALSE','default','DEFAULT'
|
'Label','State','TRUE','FALSE','default','DEFAULT'
|
||||||
)
|
)
|
||||||
S = {i:i for i in S}
|
S = {i:i for i in S}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue