a21802d66b
Implements expression's token classes for python
2023-07-05 14:51:34 +02:00
869f22a3ed
Starts to implement sequence methods for RPNExpr
...
Starting with __len__
Next we have to implement token acces as a sequence in RPNExpr, but to do
this we have to implement a module allowing token access from python.
2023-07-03 12:18:28 +02:00
3c593f2a04
Implements mutation & copy for rpnepxr
2023-06-28 12:11:36 +02:00
3097c98237
Add expression accessor for RPNIterExpr
2023-06-07 12:01:58 +02:00
45c1e4e3a8
Add a class method to RPNExpr for random expr generation
2023-06-07 10:44:16 +02:00
148afe7adc
Enhancement in tests & set op token pointer to null before serialization
2022-02-24 23:18:18 +01:00
6bb5186c8f
Bugfixing previous bugfix in rpn_jit
2021-10-16 13:33:44 +02:00
7167152f6c
Debug + implements IterExpr in python module (rpn_if objects)
2020-10-10 14:40:12 +02:00
1e99abf3b8
Updated comment + starts ifs headers
2020-03-30 09:51:50 +02:00
eeac401bb3
Continuing implementation of rpn_if, adding default if functions implementation
2020-03-29 12:39:54 +02:00
1973bbfa35
Implementing pickle interface for RPNExpr
2020-01-25 06:44:45 +01:00
a42b237918
Initial commit
2020-01-24 16:48:27 +01:00