|
9070b5c9cc
|
The function parameter model has been modified to support the passing of named parameters
|
2024-07-28 18:49:08 +02:00 |
|
|
9df9ad5dd1
|
func-*.go modules renamed as builtin-*.go.
Also changed and exported some identiefier relatet to the builtin feature
|
2024-06-09 10:28:51 +02:00 |
|
|
8eb2d77ea3
|
improved position of some common functions
|
2024-06-09 07:38:29 +02:00 |
|
|
f347b15146
|
Control vars are now stored in the globalCtx only.
However, it is still allowed to store control var in a local context in special situation
|
2024-06-08 05:49:28 +02:00 |
|
|
609fb21505
|
global-context.go: variables holding function values can be invoked as function now
|
2024-06-04 11:01:04 +02:00 |
|
|
e4275e2cb6
|
simple-var-store.go and simple-func-store.go merged in a single file named simple-store.go
|
2024-05-23 07:46:31 +02:00 |
|
|
1ff5770264
|
New interface and implementation to model function parameters
|
2024-05-22 20:52:44 +02:00 |
|
|
50e7168214
|
Since now builtin functions are registared in a new global context. This reduces the effort to copy the whole set of builtin functions in the context of a function call; only the called function will be copied, if it is global.
|
2024-05-11 10:45:38 +02:00 |
|