d215d837f6
Reset() and Clean() have new, simpler signature
2024-09-12 05:44:29 +02:00
3c51b8d2ee
Changed some function names and param types
2024-07-31 09:11:57 +02:00
9070b5c9cc
The function parameter model has been modified to support the passing of named parameters
2024-07-28 18:49:08 +02:00
d572f3a129
Iterator: new function Count()
2024-07-21 16:34:52 +02:00
79889cd8e1
New builtin module 'iterator'
2024-07-14 16:53:32 +02:00
176969c956
New iterator tests
2024-07-13 16:19:04 +02:00
cde2efacf1
Test on iterator filter and map
2024-07-13 15:30:04 +02:00
9a95a837f6
data-cursor.go: add item mapping support
2024-07-13 06:44:00 +02:00
8547248ea2
data-cursor.go: fixed filter
2024-07-13 00:12:08 +02:00
a02f998fc6
t_iterator_test.go: Fixed test numbering and add a commentend test that is not yet fulfilled
2024-07-11 07:23:35 +02:00
d8aed9dd7a
t_iterator_test.go: added a test to verify the reset command of the list iterator
2024-07-11 05:54:22 +02:00
d2a4adebdd
dataCursor implements Typer interface
2024-07-06 16:05:54 +02:00
ba9b9cb28f
a lot oh changes to the test framework and new test files t_builtin-fmt_test.go and t_plugin_test.go added
2024-06-25 10:59:03 +02:00
7e357eea62
changed to comply new builtin-os-file.go's function names
2024-06-17 09:54:20 +02:00
eb4b17f078
moved all test expression files in the test-resources forlder
2024-06-09 16:02:07 +02:00
3736214c5a
A lot of changes. Main ones are:
...
- fraction type renamed as FractionType and moved from operator-fraction.go to fraction-type.go
- ListType moved from operator-list.go to list-type.go
- all test file were renamed adding the "t_" prefix
- defined a test template in file t_temple_test.go
- new test file t_relational_test.go where relational tests are collected
- lists can now compared as set using operators <, <=, >, and >= (IMPORTANT: here = menas same content, not same list)
2024-05-28 07:26:05 +02:00