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
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
camoroso
99c1adc434
copyright header updated to 2026
2026-05-06 09:27:42 +02:00
camoroso
7f34ccf955
moved scanner sources to package 'scan'
2026-05-03 14:19:17 +02:00
camoroso
4d910dd069
moved a subset of source file to the kern package
2026-04-27 19:43:37 +02:00
camoroso
406bced450
operator-sum.go: sum of two fraction fixed
2024-12-23 06:52:10 +01:00
camoroso
8e5550bfa7
New operator %=
2024-12-19 15:14:30 +01:00
camoroso
6ee21e10af
New, more flexible, parser context datatype that includes and extends
...
the previous flags allowForest and allowVarRef.
Added binary operator (work in progress).
Better implementation of +=,-=,*=, and /= (new) operators.
2024-12-19 14:48:27 +01:00
camoroso
af3e946bd4
operator-sum.go: replaced self receiver
2024-07-08 07:29:42 +02:00
camoroso
9bc8e8ca05
operator-sum.go: replaced for-loop with append()
2024-07-07 16:15:56 +02:00
camoroso
03d4c192c2
new syntax to get items from collection: collection[index]. Supported collections are string, list and dict
2024-05-24 22:51:01 +02:00
camoroso
554ff1a9dd
operator-sum.go: better type checking when adding fractions
2024-05-20 05:27:44 +02:00
camoroso
9967918418
operator-sum.go: adding item to a list is no more allowed. The sum operator '+' now ca only join two list.
2024-05-19 02:20:36 +02:00
camoroso
24a25bbf94
adapted and enhanced the dict operations to make them compatible with the new DictType
2024-05-19 01:38:07 +02:00
camoroso
efc92d434b
the sum operation now supports dicts too
2024-05-14 04:56:24 +02:00
camoroso
8ee0bb5701
Some data-type check functions (e.g. IsInteger()) exported
2024-05-08 07:53:01 +02:00
camoroso
5910345c08
operator-{sum,prod}.go: Fixed sum and prod operation with a fraction and a float
2024-05-06 17:32:39 +02:00
camoroso
6ef468408c
operator-sum.go: Fixed sum of fraction and float
2024-05-06 17:16:30 +02:00
camoroso
cd6b7982ee
sum and prod now support fraction too
2024-05-01 21:51:43 +02:00
camoroso
353d495c50
two new operators added: '<<' and '>>
2024-04-16 03:54:50 +02:00
camoroso
4d94a7ad59
class and kind types removed
2024-04-09 05:32:50 +02:00
camoroso
9ac88bf446
made some interfaces exportable and fixed/enhaaced some selector operator versions
2024-04-08 23:17:56 +02:00
camoroso
85fb007a2b
The plus and minus operators now support lists for join and difference respectively
2024-03-30 07:05:22 +01:00
camoroso
33841c5861
Added copyrighr note to all sources
2024-03-26 08:45:18 +01:00
camoroso
522b880ca3
Added all source files
2024-03-26 07:00:53 +01:00