|
|
49728307f3
|
t_operator_test.go: added a test for the digest operator
|
2026-04-25 06:33:35 +02:00 |
|
|
|
6e98bdd16b
|
new operator 'filter'
|
2026-04-24 22:42:46 +02:00 |
|
|
|
6ee365bacc
|
new operator 'map' ans general variable access by ${}
|
2026-04-24 20:11:25 +02:00 |
|
|
|
ff4db34f7b
|
t_operator_test.go: test on -- and ++ prefix operators
|
2025-01-05 12:49:36 +01:00 |
|
|
|
760c1ee6da
|
New bitwise XOR operator specified by symbol ^ (caret). Iterator dereference is now done by prefixed * (star)
|
2025-01-03 07:33:17 +01:00 |
|
|
|
eccb0c4dc9
|
Added new special operators like &= and <<=.
Also made a litle change to scanner function moveOn(): now it moves on
the last char passed and only if there are more than one chars.
|
2024-12-29 19:26:02 +01:00 |
|
|
|
be3bb12f28
|
operator-unset.go: fixed function removal
|
2024-07-13 09:07:33 +02:00 |
|
|
|
032916d4fa
|
New operator unset to delete variables and functions from current context
|
2024-07-13 09:01:59 +02:00 |
|