jexpr icon indicating copy to clipboard operation
jexpr copied to clipboard

A simple expression parser and evaluator for JavaScript

Results 1 jexpr issues
Sort by recently updated
recently updated
newest added

During comparison against [subscript](https://github.com/spectjs/subscript#performance) I stumbled that scientific number notation is not supported: ``` let exp = parse('1e2', astFactory) exp.evaluate() // 1, not 100 ```