camoroso
|
4b2b573420
|
Linked-list: added support for operators '<<' and '>>'. Also fixed list insertion: ['x'] >> [1,2] must return [1,2,['x'], not [1,2,'x']; use $([]) to flat a list
|
2026-05-22 06:46:39 +02:00 |
|
camoroso
|
a62f27b104
|
increased test coverage (83.9%)
|
2026-05-21 03:06:52 +02:00 |
|
camoroso
|
081395be5f
|
linked-list-iterator and context operator $$ enhancement
|
2026-05-18 09:50:06 +02:00 |
|
camoroso
|
99c1adc434
|
copyright header updated to 2026
|
2026-05-06 09:27:42 +02:00 |
|
camoroso
|
5585b496fb
|
iter-iter: changed item operation from function and args to a list of expressions
|
2026-05-06 04:04:08 +02:00 |
|
camoroso
|
acd4f8487d
|
new iter-iter iterator and kern.func-info module
|
2026-05-05 20:38:30 +02:00 |
|
camoroso
|
4d910dd069
|
moved a subset of source file to the kern package
|
2026-04-27 19:43:37 +02:00 |
|
camoroso
|
6ee365bacc
|
new operator 'map' ans general variable access by ${}
|
2026-04-24 20:11:25 +02:00 |
|
camoroso
|
20d8236325
|
Iterators: Removed NewAnyIterator(), added NewIterator()
|
2026-04-24 06:26:00 +02:00 |
|