Skip to content

udamir/expa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expa

npm npm npm type definitions GitHub

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