camoroso
c31025c8cd
operator-builtin.go: builtin "" output the list of builtin module names
2026-08-02 17:06:57 +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
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
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
4d910dd069
moved a subset of source file to the kern package
2026-04-27 19:43:37 +02:00
camoroso
20d8236325
Iterators: Removed NewAnyIterator(), added NewIterator()
2026-04-24 06:26:00 +02:00
camoroso
6b3bfa2a11
self param replaced as opTerm
2024-07-09 07:50:06 +02:00
camoroso
1757298eb4
formatter.go: typeName() renamed as TypeName()
2024-06-10 09:37:27 +02:00
camoroso
53bcf90d2a
operator-builtin.go: some error messages improved
2024-06-09 07:36:12 +02:00
camoroso
50e7168214
Since now builtin functions are registared in a new global context. This reduces the effort to copy the whole set of builtin functions in the context of a function call; only the called function will be copied, if it is global.
2024-05-11 10:45:38 +02:00
camoroso
8ee0bb5701
Some data-type check functions (e.g. IsInteger()) exported
2024-05-08 07:53:01 +02:00
camoroso
2c5f02cc69
list iterators now support start, stop e step
2024-05-04 08:07:49 +02:00
camoroso
360ebce015
improved usability of the list iterator
2024-05-03 06:26:17 +02:00
camoroso
dc9eca83e8
operator-builtin.go: Fixed a problem with the list of forms due to changing []any in ListType
2024-05-03 05:30:58 +02:00
camoroso
9ce6b7255b
corrected a comment
2024-04-27 09:47:24 +02:00
camoroso
b76481bbf2
new operator 'builtin'
2024-04-19 00:19:11 +02:00