expa
v0.0.1
Published
Expression parsing and evaluation
Downloads
2
Readme
Expa
Expression parsing and evaluation
Summary
Expa provides to you:
- Supports arrays, objects, variables and function.
- Is compatible with JavaScript’s built-in Math library.
- Contains a flexible expression parser.
- Can be used as a command line application as well.
- Runs on any JavaScript engine.
- Is easily extensible.
- Typescript syntax support out of the box.
Getting started
Installation
npm install --save expa