Subscript
Subscript is a pseudo implementation (parser + runtime) of the JavaScript language. It is used for parsing JavaScript code and executing them in user-defined context.
Subscript is currently at the core of the Scoped Scripts feature of the OOHTML technology. It is also light enough for simple language tooling.
Visit project homepage.
var exprObj = Subscript.parse(expr);
console.log(exprObj.eval());
Follow the installation guide to obtain this library.
Documentation
Issues
To report bugs or request features, please submit an issue.
License
MIT.