0.1.7 • Published 5 years ago

numenor v0.1.7

Weekly downloads
1,248
License
MIT
Repository
github
Last release
5 years ago

numenor

npm version

Customizable, safe evaluator of JavaScript-like expressions.

WARNING: Still highly experimental, do not use in production!

Installing

Simply add numenor as a dependency via Yarn (or NPM):

yarn add numenor

Then import ExpressionEvaluator class in your code:

import { ExpressionEvaluator } from 'numenor';

const evaluator = new ExpressionEvaluator();

evaluator.evaluate('2 + 2 / 2'); // -> 3

API

TODO: WRITE ME

Versioning

This project uses SemVer for versioning. For the versions available, see the tags on this repository.

Is it any good?

Yes. It will be...

License

This project is licensed under the MIT License - see the LICENSE file for details

0.1.7

5 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago