camoroso
481074d104
interval: the IN operator can now check if an integer value is inlcuded in a range
2026-08-01 11:22:58 +02:00
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
2f616f349b
at operator return -1 when fails in lists and arrays; insert operators (<< and >>) changes che container if it is a variable
2026-07-16 07:25:15 +02:00
camoroso
8c55f4ac4b
operator at for dict
2026-07-14 06:50:56 +02:00
camoroso
bf2c7df0f0
forgot to add the array module. Separated tests on array and list from operators
2026-07-14 06:49:50 +02:00
camoroso
6b561fea45
array and linked-list: at operator
2026-07-13 15:10:51 +02:00
camoroso
daca05e637
linked-list: sum and in operators
2026-07-13 14:27:18 +02:00
camoroso
4df222496d
linked-list supports index assign and concatenation
2026-07-13 11:34:25 +02:00
camoroso
072fd9af39
completed list-type to array-type conversion and fixed common test module
2026-07-13 10:42:17 +02:00
camoroso
77f36642b4
The name of 'list' has been changed to 'array'; from now on, 'list' will refer to the linked list.
2026-07-12 07:35:28 +02:00
camoroso
b6da9bcad4
refactored data-types to reduce plugin sizes
2026-06-08 07:02:56 +02:00