Commit Graph

2 Commits

Author SHA1 Message Date
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