|
760c1ee6da
|
New bitwise XOR operator specified by symbol ^ (caret). Iterator dereference is now done by prefixed * (star)
|
2025-01-03 07:33:17 +01:00 |
|
|
00fda29606
|
operator-iter-value.go: prefix operator () used to get the current value of an iterator replaced by ^
|
2024-07-13 17:17:16 +02:00 |
|
|
6b3bfa2a11
|
self param replaced as opTerm
|
2024-07-09 07:50:06 +02:00 |
|
|
7724cabdcc
|
removed commented code
|
2024-05-04 00:57:21 +02:00 |
|
|
04e71a1b3f
|
operator-iter-value.go: now operates on Iterator instead of *dataCursor
|
2024-05-04 00:47:20 +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 |
|