ample

1.0.4 • Public • Published

Ample

A simple C style runtime that allows for safe evaluation of user-input expressions.

Usage

var Ample = require('ample');

var ample = new Ample();

ample.evaluate("1"); // -> 1

ample.evaluate("1 + 1"); // -> 2

ample.evaluate("1 / 2"); // -> 0.5

/ample/

    Package Sidebar

    Install

    npm i ample

    Weekly Downloads

    3

    Version

    1.0.4

    License

    ISC

    Last publish

    Collaborators

    • korynunn