This adds &&= and ??=. The ||= operator was already present with the historical mallet name from an older proposal. The naming pattern of the three (and their non-assignment counterparts) is made more consistent.
This still needs the nested syntax generation. I haven’t looked super deep into it but I think it doesn’t work for me due to emk expecting a unix / bash env and I’m on Windows. (There’s no error message — the script seems to run, but its only apparent effect is to open the emk.js file for editing).
This adds
&&=
and??=
. The||=
operator was already present with the historicalmallet
name from an older proposal. The naming pattern of the three (and their non-assignment counterparts) is made more consistent.This still needs the nested syntax generation. I haven’t looked super deep into it but I think it doesn’t work for me due to
emk
expecting a unix / bash env and I’m on Windows. (There’s no error message — the script seems to run, but its only apparent effect is to open the emk.js file for editing).