Celestino Amoroso camoroso
  • Joined on 2021-04-24
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.21.0 to go-pkg/expr 2024-06-26 04:34:10 +02:00
camoroso pushed tag v0.20.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
camoroso pushed to main at go-pkg/expr 2024-06-19 22:04:20 +02:00
581f1585e6 Doc: embedded images
camoroso pushed to main at go-pkg/expr 2024-06-19 09:38:12 +02:00
531cb1c249 Doc: concepts
d1b468f35b t_list_test.go: new test cases added
ff9cf80c66 operator-index.go: ConstLastIndex is checked
d63b18fd76 parser.go: SymColon resets the firstToken flag; that is needed to specify range indeces that can define negative limits
019470faf1 operator-range.go: Fixed priority bug; when range only has the left limit, right limit is set to ConstLastIndex constant
Compare 7 commits »
camoroso pushed to main at go-pkg/expr 2024-06-17 14:08:31 +02:00
866de759dd file-reader.expr: simpler implementation
b1d6b6de44 refactored dict's item access
7e357eea62 changed to comply new builtin-os-file.go's function names
d6b4c79736 operator-index.go: dict item access by generic keys implemented
d066344af8 builtin-os-file.go: changed read and write function names; added fileReadTextAll
Compare 8 commits »
camoroso pushed to main at go-pkg/expr 2024-06-12 11:17:06 +02:00
24e6a293b0 common-params.go: ParamName added
28f464c4dc plugins.go: If the main program's file name ends with '.debug', plugins will be loaded from file with name ending with '.debug'
Compare 2 commits »
camoroso pushed tag v0.19.0 to go-pkg/expr 2024-06-11 16:37:02 +02:00
camoroso pushed to main at go-pkg/expr 2024-06-11 16:36:29 +02:00
9fb611aa20 Formatter option is now composed of two data: flags (lower 16 bits) and indentation size (higher 16 bits).
56d6d06d15 simple-store.go: newline removed after context last brace in ToString()
d9f7e5b1ad common-errors.go: exported all error functions.
0f54e01ef3 t_scanner_test.go: Test nr 25 changed because now single-quotes can enclose strings
63f5db00b3 all test file on builtin functions have been renamed from t_func-*_test.go to t_builtin-*_test.go
Compare 7 commits »
camoroso pushed to main at go-pkg/expr 2024-06-10 09:37:41 +02:00
1757298eb4 formatter.go: typeName() renamed as TypeName()
54041552d4 dict-type.go: added MakeDict() constructor
5302907dcf external plugins can now request for dependencies
eb4b17f078 moved all test expression files in the test-resources forlder
Compare 4 commits »