|
aa66d07caa
|
Iterators now support generic operation interface based on methods HasOperation() and CallOperation().
Also fixed mul() function that called doAdd() instead of doMul().
|
2024-04-28 06:45:39 +02:00 |
|
|
81c85afbea
|
operand-iterator.go: accepts two new optional functions 'reset' and 'clean' from data-source
|
2024-04-27 22:32:57 +02:00 |
|
|
894b1884eb
|
temporary
|
2024-04-26 21:03:22 +02:00 |
|
|
2ab896bbac
|
the dataCursor struct has been moved fro operand-iterator.go to the new file data-cursor.go
|
2024-04-26 08:01:35 +02:00 |
|
|
750c660331
|
first working implementation of iterators and some fixes to the parser around lists analysis
|
2024-04-26 04:45:42 +02:00 |
|