Commit Graph

16 Commits

Author SHA1 Message Date
cff21b40f7 typeFilepath changed 2024-06-02 11:54:43 +02:00
e5f63c3d9d function definition and usage rationalized 2024-05-24 06:28:48 +02:00
1ff5770264 New interface and implementation to model function parameters 2024-05-22 20:52:44 +02:00
8ee0bb5701 Some data-type check functions (e.g. IsInteger()) exported 2024-05-08 07:53:01 +02:00
74df927179 func-import.go: renamed include() as importAll() 2024-05-06 05:50:36 +02:00
360ebce015 improved usability of the list iterator 2024-05-03 06:26:17 +02:00
bf8f1a175f modules are now represented by a struct that holds import-function, module description and importa status.
It is also available the new function IterateModules() to explore all modules.
2024-04-28 05:41:13 +02:00
323308d86f expressions now support dict data-type 2024-04-21 14:24:56 +02:00
2150181303 func-import.go: renamed ImportImportFunc as ImportImportFuncs 2024-04-15 06:57:29 +02:00
f03ae555fc added the copywrite comment header in source files that lacked it 2024-04-13 06:00:22 +02:00
838ab9fd7e control: exported all control variables by renaming them in upper case 2024-04-13 05:16:23 +02:00
e493c40c7b builtin-funcs: export import functions (made their names uppercase) 2024-04-13 04:18:14 +02:00
9ac88bf446 made some interfaces exportable and fixed/enhaaced some selector operator versions 2024-04-08 23:17:56 +02:00
7612a59757 Operator '@@' (export-all) added. Experimental include() function also added 2024-04-06 03:06:07 +02:00
0ba96e65a5 Variable reference 2024-04-06 01:00:29 +02:00
4683a08da2 import() function added 2024-04-02 06:49:16 +02:00