Commit Graph

58 Commits

Author SHA1 Message Date
xensik
38b66bd46f optimize compiler test jumps 2022-08-08 11:55:33 +02:00
xensik
06a30ddd99 rework endswitch disassemble 2022-08-06 15:53:03 +02:00
xensik
32d4ec28d7 change float and default case dissasemble 2022-08-06 14:12:29 +02:00
xensik
ced80282e8 fix decompiler empty switch cases 2022-07-29 11:43:07 +02:00
xensik
3236e6e079 cleanup + compiler tuple syntax 2022-07-22 20:33:10 +02:00
xensik
0fc0834a83 finish decompiler loop statements 2022-07-19 13:50:12 +02:00
xensik
c44c54f815 decompiler support for tuples 2022-07-17 13:49:31 +02:00
xensik
b8cc78d106 improve decompiler empty blocks & do-while bug 2022-07-16 20:58:59 +02:00
xensik
e8ba428353 improve decompiler last stmt detection, loop locals 2022-07-15 16:31:05 +02:00
xensik
b966e986c7 fix warnings 2022-07-14 21:23:29 +02:00
xensik
cb531e7f1f fix decompiler bugs (inf loops, waittillmatch) 2022-07-14 21:17:59 +02:00
xensik
242ee33f07 impl negate expression properly 2022-06-15 17:06:58 +02:00
xensik
9910527d60 [IW] added negative variable expression 2022-06-08 12:05:16 +02:00
xensik
a7982c4fef refactor calls for all compilers 2022-05-01 13:33:28 +02:00
xensik
8c59bf78ee fix warnings 2022-04-14 20:35:37 +02:00
xensik
a7cd82508c clean warnings 2022-04-07 19:22:10 +02:00
xensik
689d17cd6f fix waittillmatch opcode size 2022-03-19 01:53:09 +01:00
xensik
969c22291f fix warnings 2022-03-16 18:15:04 +01:00
xensik
c7c0211afb update resolvers 2022-03-15 17:00:55 +01:00
xensik
096316ea67 context wrappers 2022-03-15 12:39:04 +01:00
xensik
ac2b8a65ce fix literal string assemble 2022-03-09 11:31:17 +01:00
xensik
6980506e88 lexer & grammar fixes 2022-02-20 12:10:21 +01:00
xensik
c9c5e7c259 fix parser build 2022-02-15 20:01:20 +01:00
xensik
b30644ff9a minor fixes 2022-02-15 19:40:05 +01:00
xensik
99e830fb93 fix lexer comment bug 2022-02-10 13:07:05 +01:00
xensik
a220b47daa preprocessor line wrapping 2022-02-04 15:39:47 +01:00
xensik
30aab69283 finish lexer optimization 2022-01-30 14:45:07 +01:00
xensik
8b62635131 improve lexer performance 2022-01-28 15:58:41 +01:00
xensik
7d643a9ae4 remove whitespace 2022-01-26 12:12:34 +01:00
xensik
0824e52aa0 new lexer and update headers 2022-01-26 12:08:28 +01:00
xensik
aaa54304cc decompile do-while statements 2022-01-22 22:27:06 +01:00
xensik
9c8a67ff46 reduce memory usage and cleanup code 2022-01-21 13:31:11 +01:00
xensik
9dbdd37f15 enhance developer mode 2021-12-31 15:22:21 +01:00
xensik
454d3e23fb fix size expression 2021-12-30 20:36:13 +01:00
xensik
24ef496b2d fix typo 2021-12-26 13:38:02 +01:00
xensik
e5c87d648d refactor 2021-12-26 13:21:19 +01:00
xensik
3c9441877f fix infinite loop 2021-11-16 17:17:47 +01:00
xensik
2dcde964e1 fix decompiler variable stack 2021-11-16 16:20:10 +01:00
xensik
dc6d1d5231 add missing decompiler opcodes 2021-11-16 15:06:56 +01:00
xensik
a23e072d90 fix waittillmatch operation 2021-11-11 20:12:19 +01:00
xensik
8ced7a8c85 support html colors, hex/octal/bin integers 2021-09-13 19:20:36 +02:00
xensik
dc9a8194c2 fix memory 2021-08-10 15:37:00 +02:00
xensik
5a453c6799 implement ternary operator 2021-07-23 22:23:00 +02:00
xensik
3c4ad5cf0b fix switch variable propagation 2021-06-24 12:26:56 +02:00
xensik
3d94bb6fb9 debug stmts 2021-05-20 20:26:39 +02:00
xensik
e99263d697 add missing childthreads 2021-05-15 20:12:33 +02:00
xensik
e25d69e74a fix default order 2021-05-15 12:04:48 +02:00
xensik
7fd69dc70c fix float output 2021-05-13 18:58:28 +02:00
xensik
3cc43c7ae9 update decompiler precedence 2021-05-13 18:36:48 +02:00
xensik
4080dcdc30 decompiler unary precedence 2021-05-13 11:57:06 +02:00