|
fe999acf2c
|
operator-index.go: removed unused parameter from the function verifyKey()
|
2024-07-07 16:14:04 +02:00 |
|
|
f1e2163277
|
replaced ToInt() with ToGoInt()
|
2024-06-26 04:25:49 +02:00 |
|
|
ff9cf80c66
|
operator-index.go: ConstLastIndex is checked
|
2024-06-19 09:24:19 +02:00 |
|
|
b1d6b6de44
|
refactored dict's item access
|
2024-06-17 14:06:33 +02:00 |
|
|
d6b4c79736
|
operator-index.go: dict item access by generic keys implemented
|
2024-06-17 09:05:23 +02:00 |
|
|
9745a5d909
|
utils.go: toInt() -> ToInt(); toBool() -> ToBool()
|
2024-06-10 19:03:39 +02:00 |
|
|
78cbb7b36f
|
test index/5 moved to list/26 because reflection's deep-equal function returns false even though computed and wanted lists are equal
|
2024-05-26 06:30:42 +02:00 |
|
|
2c87d6bf9e
|
Eprx now supports range of indeces to extract parts of strings or lists
|
2024-05-26 06:19:08 +02:00 |
|
|
03d4c192c2
|
new syntax to get items from collection: collection[index]. Supported collections are string, list and dict
|
2024-05-24 22:51:01 +02:00 |
|