Celestino Amoroso camoroso
  • Joined on 2021-04-24
camoroso pushed tag v0.24.0 to go-pkg/expr 2024-07-14 16:54:33 +02:00
camoroso pushed to main at go-pkg/expr 2024-07-14 16:54:04 +02:00
79889cd8e1 New builtin module 'iterator'
camoroso pushed tag v0.23.0 to go-pkg/expr 2024-07-13 18:11:22 +02:00
camoroso pushed to main at go-pkg/expr 2024-07-13 18:10:54 +02:00
234759158c scanner: disabled prefix operator '()'
00fda29606 operator-iter-value.go: prefix operator () used to get the current value of an iterator replaced by ^
2a2840bdf2 ListIterator now implements next and current command (e.g it.next)
06373f5126 Impemented Typer interface
e69dad5fb5 Rename priority label priCoalesce as priDefault
Compare 15 commits »
camoroso closed issue go-pkg/expr#1 2024-07-11 08:59:38 +02:00
the iterator's reset funtion doesn't work properly
camoroso commented on issue go-pkg/expr#1 2024-07-11 08:59:38 +02:00
the iterator's reset funtion doesn't work properly

Fixed in v0.22.0

camoroso pushed tag v0.22.0 to go-pkg/expr 2024-07-11 07:24:44 +02:00
camoroso pushed to main at go-pkg/expr 2024-07-11 07:24:17 +02:00
a02f998fc6 t_iterator_test.go: Fixed test numbering and add a commentend test that is not yet fulfilled
e904003e6e minor changes
990e04f957 operator-assign.go -- Fix: Assigning a functor to a collection's item didn't work
d8aed9dd7a t_iterator_test.go: added a test to verify the reset command of the list iterator
a73d24b171 iter-list.go -> list-iterator.go
Compare 5 commits »
camoroso pushed to main at go-pkg/expr 2024-07-09 07:53:20 +02:00
3ebba83bce term.go: replaced self receiver
6b3bfa2a11 self param replaced as opTerm
867806155e scanner.go: replaced self receiver
a711333a2e simple-store.go: commented out an unused function
af3e946bd4 operator-sum.go: replaced self receiver
Compare 23 commits »
camoroso pushed to main at go-pkg/expr 2024-07-06 17:02:39 +02:00
93dac956fb t_parser_test.go: more tests on ??, ?= and ?! operators
307027d23d t_parser_test.go: changed all error values to string values
896844e772 the common test framework now supports error, string and nil as value of the wantErr field
9fc20077a1 operator-include.go: the include operator did not count the number of files included when its argument was a single string
d2a4adebdd dataCursor implements Typer interface
Compare 8 commits »
camoroso pushed tag v0.20.0 to go-pkg/expr 2024-06-26 04:34:10 +02:00
camoroso pushed tag v0.21.0 to go-pkg/expr 2024-06-26 04:34:10 +02:00
camoroso pushed to main at go-pkg/expr 2024-06-26 04:33:35 +02:00
fe5c8e9619 tests improved
7164e8816c operator-bool.go: error messages improved
e0f3b028fc builtin-string.go: replaced ToInt() with ToGoInt()
522b5983bd builtin-base.go: string() function added
f1e2163277 replaced ToInt() with ToGoInt()
Compare 14 commits »
camoroso pushed to main at go-pkg/expr 2024-06-21 09:06:33 +02:00
3b641ac793 Doc: little changes
camoroso pushed to main at go-pkg/expr 2024-06-20 07:11:22 +02:00
a1a62b6794 Doc: little changes
camoroso pushed to main at go-pkg/expr 2024-06-19 22:51:41 +02:00
a18d92534f Doc: little changes
camoroso pushed to main at go-pkg/expr 2024-06-19 22:46:44 +02:00
ec0963e26f Doc: little changes
camoroso pushed to main at go-pkg/expr 2024-06-19 22:25:44 +02:00
be992131b1 Doc: little changes
camoroso pushed to main at go-pkg/expr 2024-06-19 22:22:15 +02:00
0e3960321f Doc: little changes
camoroso pushed to main at go-pkg/expr 2024-06-19 22:20:34 +02:00
61d34fef7d Doc: little changes