I would like to add custom operators, keywords, and syntax to Javascript.
Someone asked for help with this many years ago and got some great instructions:
How would I extend the JavaScript language to support a new operator?
Implemented here:
https://github.com/IonicaBizau/js-custom-operators
This method does not work with the most current version of esprima.js
.
Is this possible with babel.js
?