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
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
b6da9bcad4
refactored data-types to reduce plugin sizes
2026-06-08 07:02:56 +02:00
camoroso
e1c24daac4
rationalized context convertion to dict and string types
2026-05-21 03:52:48 +02:00
camoroso
1aea1c14d2
LinkedList: added support for index and range extraction
2026-05-19 06:42:45 +02:00
camoroso
47c181546a
linked-list: added forgotten source files
2026-05-18 08:53:46 +02:00
camoroso
a8a5d6aaa6
Linked-List: constructor NewLinkedListA() accepts any type of int and float
2026-05-18 06:24:59 +02:00
camoroso
84b255a51b
new type LinkedList, preliminary implementation
2026-05-17 22:43:27 +02:00
camoroso
1bf8015da1
the assign operators, '=' and ':=', can set the value of dict items
2026-05-17 07:15:12 +02:00
camoroso
0c719025cd
new operator ':=', it assigns a value to a variable by deep copy
2026-05-17 05:02:07 +02:00
camoroso
e6844ad1e8
alias operators: '<<' same as '<+', '>>' same as '+>'. Insert and append operation optimized with linked lists
2026-05-16 17:18:23 +02:00
camoroso
3a4e217891
kern/fraction-type.go: changed some syntax
2026-05-13 08:01:18 +02:00
camoroso
e5a61b5638
iter-ops raised above assign; 'cat' operator returns an iterator; $$ operator supports iterators producing a list of items
2026-05-09 12:15:59 +02:00
camoroso
dfa1491093
kern/common-errors.go: new error function ErrFuncInvalidArg()
2026-05-08 10:10:28 +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
b9d37a5b4c
kern/compare.go: added copyright comment
2026-05-03 07:13:39 +02:00
camoroso
53acacbadf
kern/common-errors.go: little changes to ErrExpectedGot() and ErrInvalidParameterValue()
2026-05-03 06:30:00 +02:00
camoroso
3b2ef7927b
new operator 'groupby'
2026-05-02 14:53:19 +02:00
camoroso
d5ced343c4
kern/compare.go: new function Equal(a,b) that returns true if a and b have the same value
2026-05-02 14:45:05 +02:00
camoroso
dacbec677a
iterator interface chenged index and count members from int to tint 64
2026-05-01 17:15:18 +02:00
camoroso
32c0b45255
kern/dict-type.go: added GetItem()
2026-04-30 07:04:03 +02:00
camoroso
8787973de0
util files moved form kern to util package
2026-04-29 11:03:36 +02:00
camoroso
4d910dd069
moved a subset of source file to the kern package
2026-04-27 19:43:37 +02:00