camoroso
|
daca05e637
|
linked-list: sum and in operators
|
2026-07-13 14:27:18 +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
|
6b3bfa2a11
|
self param replaced as opTerm
|
2024-07-09 07:50:06 +02:00 |
|
camoroso
|
d84e690ef3
|
deep list inclusion and item membership implemented
|
2024-05-29 13:03:58 +02:00 |
|
camoroso
|
9ea170e53b
|
new operator 'in': it returns true if a item belongs to a list or if a key belongs to a dict
|
2024-05-19 01:44:50 +02:00 |
|
camoroso
|
c39970fa7e
|
new operator 'in' added. It check if an item is member of a list, or if a key is contained in a dictionary
|
2024-05-18 07:47:41 +02:00 |
|