dedmen / ArmaScriptCompiler

GNU General Public License v3.0
27 stars 12 forks source link

Cleanup optimizer, better/more safer pattern matching #9

Open dedmen opened 3 years ago

dedmen commented 3 years ago

Instead of just

the "-" operator do a the "-" operator if left side arg is type number and right side is also number

instead of matching possible optimizations only by what script command is used, also take argument type into account and implement seperate functions per argument type combinations