Commit graph

23 commits

Author SHA1 Message Date
3eed2b7f3e Implement RPNIterExpr.shape() method + test + todo done 2023-09-09 14:31:11 +02:00
d86a465339 Adds coordinate convertion methods to python lib + tests 2023-09-09 14:30:27 +02:00
65d2bd32b1 Add gcov test coverage suppport 2023-08-10 11:28:33 +02:00
daafebb989 Enhancement & features in python_if + other stuff
- Adds str & repr to RPNIterExpr
- Adds richcompare to RPNExpr
- Adds tests
2023-08-08 19:05:40 +02:00
866987dcf0 Bugfix in __getstate__
After mutation some token has non zero initialized useless data that should not
be copied in state.
2023-08-07 16:21:38 +02:00
8a3bf95172 Continue implementation of RPNExprIter & sequences/mapping methods 2023-08-06 14:46:22 +02:00
a21802d66b Implements expression's token classes for python 2023-07-05 14:51:34 +02:00
7531536af3 Bugfix + tests for expression copy, len & mutations 2023-07-04 12:42:38 +02:00
fb42b293e8 Preparing mutation with bugfix & enhancement in jit & parse 2023-06-08 11:15:24 +02:00
d535b5c64c Starts implementing RPNIterExpr python object 2023-06-07 10:46:52 +02:00
0c34c6dade Typo fix 2022-07-05 20:08:25 +02:00
efc67909fd Starting benchmarks test enhancement 2022-07-05 20:07:58 +02:00
148afe7adc Enhancement in tests & set op token pointer to null before serialization 2022-02-24 23:18:18 +01:00
4f6bbd30f0 Bugfix in pickling/unpickling 2021-10-15 17:19:55 +02:00
7167152f6c Debug + implements IterExpr in python module (rpn_if objects) 2020-10-10 14:40:12 +02:00
0d49c8a265 Enhancement in unittest output 2020-04-21 14:22:48 +02:00
53e0d2cead Moved C tests 2020-04-21 13:40:22 +02:00
59615df33e Modified benchmark script 2020-03-29 10:47:08 +02:00
b4dc6e5f18 Splitting TestCase in different files 2020-01-25 16:02:33 +01:00
1e608ca59f New long compilation tests 2020-01-25 15:57:05 +01:00
1973bbfa35 Implementing pickle interface for RPNExpr 2020-01-25 06:44:45 +01:00
ec64c8488a Benchmark updates 2020-01-25 06:42:25 +01:00
a42b237918 Initial commit 2020-01-24 16:48:27 +01:00