|
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 |
|