Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
aec_win64.zip | 2021-09-10 | 489.2 kB | |
aec_linux_x86-64.zip | 2021-09-10 | 1.5 MB | |
aec_win32.zip | 2021-09-10 | 631.1 kB | |
aec_NodeJS_WebAssembly.zip | 2021-09-10 | 207.0 kB | |
aec_freedos.zip | 2021-09-10 | 547.8 kB | |
aec_linux_i586.zip | 2021-09-10 | 907.7 kB | |
Added support for ternary conditional operators in lvalues.tar.gz | 2021-09-10 | 200.4 kB | |
Added support for ternary conditional operators in lvalues.zip | 2021-09-10 | 223.7 kB | |
README.md | 2021-09-10 | 606 Bytes | |
Totals: 9 Items | 4.7 MB | 0 |
I have added support for ternary conditional operators ?:
in lvalues, that is, on the left side of the assignment operator, to approximately match the behavior of ?:
in C++ (and, as it seems, get further away from JavaScript).
As countless new features have been added since v1.0.0
, perhaps it is time to call this release v2.0.0
(although there has only been, as far as I know, one small breaking change since then). Calling it v1.8.0
will make many people mistake this for v2-alpha
and calling it v1.9.0
will make them think this is v2-beta
, and I do not want to create such confusion.