mathjs-expression-parser icon indicating copy to clipboard operation
mathjs-expression-parser copied to clipboard

Just the expression parser of mathjs

Results 3 mathjs-expression-parser issues
Sort by recently updated
recently updated
newest added

Any chance you can upload the minified and non-minified builds of the mathjs-expression-parser.js? I would like to use it in the browser but would rather not go down the rabbit...

hey @josdejong , this is for #3. with this PR, running `rollup -c` produces these warnings: ``` ./index.js → ./dist/mathjs-expression-parser.js... (!) `this` has been rewritten to `undefined` https://rollupjs.org/guide/en/#error-this-is-undefined node_modules\typed-function\typed-function.js 23:...

hey @josdejong , any chance of updating this lib to use the latest Math.js via ES imports, and maybe a Rollup-based build process? i can probably muddle through it and...