|
|
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 |
|
|
|
16f4c85f6d
|
AST Visitor based implementation of the operation finder
|
2021-03-03 00:34:06 +02:00 |
|
|
|
aff90d5a9d
|
Refactor AST matcher to a separate class
|
2021-03-02 23:24:38 +02:00 |
|
|
|
0e7cf93c9b
|
Refactor for later library use
|
2021-02-28 22:09:23 +02:00 |
|
|
|
cff605642f
|
Add output serialization to JSON file.
|
2021-02-28 18:50:09 +02:00 |
|
Erki
|
7849afc4dd
|
First working version.
|
2021-02-21 17:42:42 +02:00 |
|