Commit Graph

5 Commits

Author SHA1 Message Date
dceb31f542 CallFunction() has been replaced by three new functions:
CallFunctionByTerm(), CallFunctionByArgs() and CallFunctionByParams()
2024-08-02 06:39:33 +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
06373f5126 Impemented Typer interface 2024-07-13 17:14:25 +02:00
f30e687a79 changed the file name comment 2024-07-07 15:55:51 +02:00
76ce0945f7 context.go splitted in two files: expr-context.go and expr-function-go.
Expr interface moved from ast.go to the new file expr.go
2024-07-07 15:51:29 +02:00