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
a0b9775f13 Make for-loop initializer detector use post traverse statement 2021-03-03 01:51:06 +02:00
5a2d5ed933 Loop initializations are excluded from eval 2021-03-03 01:27:14 +02:00
16f4c85f6d AST Visitor based implementation of the operation finder 2021-03-03 00:34:06 +02:00