|
99e0190b9c
|
operator-dot.go: fixed the index range checking
|
2024-05-10 04:45:51 +02:00 |
|
|
f55a48aa26
|
operator-dot.go: replaced []any with *ListType
|
2024-05-06 04:15:46 +02:00 |
|
|
a838361ea8
|
operator-dot.go: specific *dataCursor case replaced by general ExtIterator
|
2024-05-04 00:30:35 +02:00 |
|
|
06ab303b9e
|
accessing to the Reset() and Clean()functions of an iterator is now done by identifiers, i.e. reset, not by string, i.e. "reset".
|
2024-04-28 04:44:19 +02:00 |
|
|
895778f236
|
operator-dot.go: '*dataCursor' case added; to be enhanced
|
2024-04-27 22:34:23 +02:00 |
|
|
c99be491df
|
operator-dot.go: refactoring
|
2024-04-27 14:44:52 +02:00 |
|
|
323308d86f
|
expressions now support dict data-type
|
2024-04-21 14:24:56 +02:00 |
|
|
7198749063
|
new operator dot '.' used to select an item or character from a list or a string respectively
|
2024-04-19 09:05:26 +02:00 |
|