Robert Bendun
|
bfbc82d6a5
|
switched index operation from 'a.n' to 'a[n]'
|
2022-10-31 00:31:47 +01:00 |
|
Robert Bendun
|
d4c3dbb280
|
moved from ';' to ',' as expression separator
|
2022-10-27 22:32:20 +02:00 |
|
Robert Bendun
|
8cda4f4d8e
|
Removed [] block notation in favour of unification with ()
|
2022-10-25 16:10:34 +02:00 |
|
Robert Bendun
|
ddf9cc8f8c
|
New declaration syntax x := foo instead of var x = foo
Additionaly moving into multiparameter binary operations
|
2022-09-18 14:50:20 +02:00 |
|
Robert Bendun
|
98a88c3acc
|
";" input does not raise an error anymore. Missing '=' precedanse
|
2022-09-17 11:49:09 +02:00 |
|