Commit Graph

13 Commits

Author SHA1 Message Date
23b8eec74a builtin-base: removed useless function unset(). See UNSET operator 2026-05-03 06:46:51 +02:00
8787973de0 util files moved form kern to util package 2026-04-29 11:03:36 +02:00
4d910dd069 moved a subset of source file to the kern package 2026-04-27 19:43:37 +02:00
b6952444ab builtin-base: added functions set() and unset() 2026-04-21 17:14:51 +02:00
92bd366380 builtin-base: bool() supports lists and dicts, int() supports fractions 2026-04-18 12:20:05 +02:00
037565c41e New var() function added to the builtin set 2026-04-15 16:04:12 +02:00
646710e180 builtin-base.go: new eval() function 2024-12-27 07:14:26 +01:00
3c51b8d2ee Changed some function names and param types 2024-07-31 09:11:57 +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
e8f5d3e445 builtin-base.go: unused function iteratorFunc() commented out 2024-07-07 15:52:16 +02:00
522b5983bd builtin-base.go: string() function added 2024-06-26 04:27:14 +02:00
d9f7e5b1ad common-errors.go: exported all error functions.
builtin-string.go: renamed all functions from somthingStr() to strSomething()
2024-06-10 20:37:58 +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