mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-07 19:51:51 +09:00
tbas bugfix
This commit is contained in:
@@ -1869,7 +1869,7 @@ bF._opPrc = {
|
||||
// function call in itself has highest precedence
|
||||
"`":10, // MJOIN
|
||||
"^":20,
|
||||
"*":30,"/":30,"\\":20,
|
||||
"*":30,"/":30,"\\":30,
|
||||
"MOD":40,
|
||||
"+":50,"-":50,
|
||||
"NOT":60,"BNOT":60,
|
||||
|
||||
Reference in New Issue
Block a user