|
6b3bfa2a11
|
self param replaced as opTerm
|
2024-07-09 07:50:06 +02:00 |
|
|
1757298eb4
|
formatter.go: typeName() renamed as TypeName()
|
2024-06-10 09:37:27 +02:00 |
|
|
53bcf90d2a
|
operator-builtin.go: some error messages improved
|
2024-06-09 07:36:12 +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 |
|
|
8ee0bb5701
|
Some data-type check functions (e.g. IsInteger()) exported
|
2024-05-08 07:53:01 +02:00 |
|
|
2c5f02cc69
|
list iterators now support start, stop e step
|
2024-05-04 08:07:49 +02:00 |
|
|
360ebce015
|
improved usability of the list iterator
|
2024-05-03 06:26:17 +02:00 |
|
|
dc9eca83e8
|
operator-builtin.go: Fixed a problem with the list of forms due to changing []any in ListType
|
2024-05-03 05:30:58 +02:00 |
|
|
9ce6b7255b
|
corrected a comment
|
2024-04-27 09:47:24 +02:00 |
|
|
b76481bbf2
|
new operator 'builtin'
|
2024-04-19 00:19:11 +02:00 |
|