|
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 |
|
|
54bc759f70
|
expressions now support intger value in bin (0b), oct (0o), and hex (0x) form
|
2024-04-17 14:15:50 +02:00 |
|
|
353d495c50
|
two new operators added: '<<' and '>>
|
2024-04-16 03:54:50 +02:00 |
|
|
d3f388f7e1
|
Selector operator, multi-operand, added
|
2024-04-08 22:16:07 +02:00 |
|
|
7612a59757
|
Operator '@@' (export-all) added. Experimental include() function also added
|
2024-04-06 03:06:07 +02:00 |
|
|
d073d11ad3
|
Variable references belonging to the parent scope added ('@')
|
2024-04-04 12:54:26 +02:00 |
|
|
fccfd2f971
|
Operators '??' and '?=' added
|
2024-04-03 13:15:25 +02:00 |
|
|
072dab4144
|
Expressions now support function definition
|
2024-04-02 04:36:03 +02:00 |
|
|
9fa3d9fcb2
|
Added the tilde '~' operator acting as NOT
|
2024-03-28 06:25:29 +01:00 |
|
|
594806c999
|
added operator './' (float division) and test
|
2024-03-26 09:12:44 +01:00 |
|
|
33841c5861
|
Added copyrighr note to all sources
|
2024-03-26 08:45:18 +01:00 |
|
|
522b880ca3
|
Added all source files
|
2024-03-26 07:00:53 +01:00 |
|