Celestino Amoroso camoroso
  • Joined on 2021-04-24
camoroso pushed to main at go-pkg/expr 2024-12-27 07:46:22 +01:00
cca3b76baa solved a number of problems highlighted by the syntax analyzer
24e31997fc context-helpers.go: export functions no longer export control flags
646710e180 builtin-base.go: new eval() function
b38327b841 t_builtin-string_test.go: corrected an undefinite article
fd912b2eb1 common-errors.go: undefinte article selection in error messages
Compare 5 commits »
camoroso pushed tag v0.28.0 to go-pkg/expr 2024-12-26 09:00:46 +01:00
camoroso pushed to main at go-pkg/expr 2024-12-26 09:00:19 +01:00
0e55f83d56 Forced the exlamation mark as a postfix operator
camoroso pushed to main at go-pkg/expr 2024-12-25 07:43:15 +01:00
4725145d1c Doc: changed fraction symbol and introduced binary operators
edf8818f51 New dedicated priority for binary operators between relational and sum ones
Compare 2 commits »
camoroso pushed to main at go-pkg/expr 2024-12-23 07:00:39 +01:00
6211be8a8f Completed transition of the symbol '|' from fraction to operator binary or. New fraction symbol is ':'.
f50ddf48db operator-range.go: range-term registered with symbol SymRange
76e01f12d2 term.go: two error messages corrected
406bced450 operator-sum.go: sum of two fraction fixed
409dc86a92 symbol.go: SymRange added
Compare 16 commits »
camoroso pushed to main at howto/linux 2024-10-21 17:32:41 +02:00
d5615200e6 Update Desktop/vncserver.adoc
camoroso pushed to main at go-pkg/expr 2024-10-05 05:30:57 +02:00
5da5a61a42 Expr.doc: notes about function context
6e9205abc4 t_funcs_test.go: A test add on parameters check about two params with the same name
f61004fb5d A test added on new implicit boolean cases in selector operator
321030c8d3 parser.go: function parameter list can't specify same parameter more than once
98fc89e84f operator-selector.go: Simplified selector for Boolean expressions
Compare 5 commits »
camoroso pushed to main at go-pkg/expr 2024-09-18 20:48:37 +02:00
778d00677d Doc: closure example
camoroso pushed to main at go-pkg/expr 2024-09-16 06:52:53 +02:00
ba3dbb7f02 Doc: continuation
7285109115 parser.go: number sign is now allowed after the assign operator
Compare 2 commits »
camoroso pushed tag v0.27.0 to go-pkg/expr 2024-09-14 09:28:56 +02:00
camoroso pushed tag v0.26.0 to go-pkg/expr 2024-09-14 09:28:56 +02:00
camoroso pushed to main at go-pkg/expr 2024-09-12 06:58:04 +02:00
4755774edd Doc: Fixed a lot of typos
camoroso pushed to main at go-pkg/expr 2024-09-12 05:45:43 +02:00
d215d837f6 Reset() and Clean() have new, simpler signature
ad3c1e5a60 enhanced and simplified Reset(), Clean() and Next() methods
d6bf5ee500 common-type-names.go: TypeNil and TyperDict added
4b176eb868 Fix function.go: CallFunctionByParams() dit not pass correctly received actual params
Compare 4 commits »
camoroso pushed to main at go-pkg/expr 2024-08-07 06:24:16 +02:00
dceb31f542 CallFunction() has been replaced by three new functions:
075b0b5691 RegisterFunc() also returns the funcInfo object
3c51b8d2ee Changed some function names and param types
a46753f453 Function buildActualParams moved from data-cursor.go ro function.go
9070b5c9cc The function parameter model has been modified to support the passing of named parameters
Compare 5 commits »
camoroso pushed tag v0.25.0 to go-pkg/expr 2024-07-24 06:44:20 +02:00
camoroso pushed to main at go-pkg/expr 2024-07-24 06:41:21 +02:00
ab06702e5e operator-post-inc.go: new post int decrement operator '--'
ffe1fa3aac op-assign expansion now end at ']' and '}' too
1a1a475dd8 Added support to op-assign operators like '+='.
463e3634ba scanner.go: New function UnreadToken().
5f8ca47ef0 term.go: New function Clone()
Compare 7 commits »
camoroso pushed tag v0.24.1 to go-pkg/expr 2024-07-23 05:55:05 +02:00
camoroso pushed to main at go-pkg/expr 2024-07-23 05:54:28 +02:00
315f5b22d3 data-cursor.go: the inizialization of the current item is done in the Next() method.
camoroso pushed to main at go-pkg/expr 2024-07-21 16:35:43 +02:00
dfae593e86 operand-iterator.go: removed commented code
d572f3a129 Iterator: new function Count()
c461fd138e Iterator defined by data-source now only requires one method: next()
6ecbe2feb1 Fixed type (expcted -> expected)
80d3c6ec7d parser.go: Fixed an old bug that did not allow the parser to skip comment tokens
Compare 6 commits »
camoroso pushed to main at go-pkg/expr 2024-07-19 17:04:24 +02:00
1a772597cb removed/commented unused code
33b3e1fc29 New function for searching and importing plugin
4e3f5cfbc6 import-utils.go: Paths are now expanded with respect to env-vars and shell ~
e35d4e3f70 utils.go: added function ExpandPath
b4529499d6 iterator.go: exported some const identifier
Compare 7 commits »