camoroso
8e596d5979
several changes:
...
1. moved scan/symbol.go to new package sym and adapted all files that reference Symbol type and its values.
2. new type interval defined by begin, end and step values.
3. replaced operator-range.go with operator-interval.go.
4. replaced range operator begin:end with begin..end..step.
5. new implementation of sub-collection extraction based on new interval literal.
2026-07-27 16:01:52 +02:00
camoroso
b6da9bcad4
refactored data-types to reduce plugin sizes
2026-06-08 07:02:56 +02:00
camoroso
ee7f488ebb
Expr.adoc: automatic variables in the interator infix operators"
2026-06-02 11:35:36 +02:00
camoroso
45faea7620
map, filter and cat return an iterator
2026-05-09 17:42:04 +02:00
camoroso
99c1adc434
copyright header updated to 2026
2026-05-06 09:27:42 +02:00
camoroso
acd4f8487d
new iter-iter iterator and kern.func-info module
2026-05-05 20:38:30 +02:00
camoroso
7f34ccf955
moved scanner sources to package 'scan'
2026-05-03 14:19:17 +02:00
camoroso
2ebc52891c
Iterator operator: automatic temporary variables _index and _count changed with '__' and '_#' respectively. Note that, sinc '#' is not an identifier allowed char, '_#' requires himBHsnotation: -cover
2026-05-02 15:06:12 +02:00
camoroso
4d910dd069
moved a subset of source file to the kern package
2026-04-27 19:43:37 +02:00
camoroso
7d2cf1e687
new operator 'join'
2026-04-25 07:00:30 +02:00
camoroso
ce7bfc5e3f
operator-map/filter.go: added deletion of temporary variables '_index' and '_count'
2026-04-25 06:24:28 +02:00
camoroso
6e98bdd16b
new operator 'filter'
2026-04-24 22:42:46 +02:00