|
|
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 |
|
|
|
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 |
|