6 Commits

Author SHA1 Message Date
83ca2deb0e Better branch detection model
For loops are now broken up into 2 branches: 1 (init) and 2 (cond + inc).
2021-03-07 13:02:14 +02:00
a23e5c66ab Add subscript operation recognition 2021-03-07 11:49:16 +02:00
7a852f8f94 Add function call recognition and pretty printing 2021-03-07 01:25:48 +02:00
0509d250ab Better for-loop/fallthrough branch detection. 2021-03-04 02:36:12 +02:00
5a2d5ed933 Loop initializations are excluded from eval 2021-03-03 01:27:14 +02:00
0e7cf93c9b Refactor for later library use 2021-02-28 22:09:23 +02:00