0.0.1 • Published 3 years ago

expa v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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
0.0.1

3 years ago