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
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
526982a564
new string operator '/'
2024-12-28 19:16:45 +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
6b3bfa2a11
self param replaced as opTerm
2024-07-09 07:50:06 +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
cd6b7982ee
sum and prod now support fraction too
2024-05-01 21:51:43 +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
998580772a
added operator '%' (division remainder) and test
2024-03-26 09:27:14 +01:00
camoroso
594806c999
added operator './' (float division) and test
2024-03-26 09:12:44 +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