This projects finally bring this feature in the JavaScript world! :-) Using esprima - which takes JS code and generates the syntax tree for it - and escodegen - which does the other direction, ...
A simple and versatile calculator built with JavaScript that allows users to perform basic arithmetic operations right in their web browser. This calculator supports addition, subtraction, ...