|
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 |
|
|
924051fbcd
|
extended funcs and list tests
|
2024-05-10 09:18:32 +02:00 |
|
|
d4f63a3837
|
funcs_test.go: fixed and extended
|
2024-05-10 04:44:08 +02:00 |
|
|
71ab417a56
|
funcs_test.go: added many new tests
|
2024-05-06 15:32:44 +02:00 |
|
|
56c86f917e
|
funcs_test.go: Added Setenv("EXPR_PATH",".")
|
2024-05-06 10:38:45 +02:00 |
|
|
539a4b44e9
|
new test files and some refactorings
|
2024-05-06 05:52:25 +02:00 |
|
|
903f1ae1ce
|
adjusted some error messages and added the section name in logs
|
2024-05-06 04:21:50 +02:00 |
|
|
730b59e6d3
|
funcs_test.go, more tests on the int() function
|
2024-04-20 07:41:58 +02:00 |
|
|
f198ba47e1
|
new convert function int()
|
2024-04-20 07:29:42 +02:00 |
|