1.1.0 • Published 4 years ago

@tannin/compile v1.1.0

Weekly downloads
20,746
License
MIT
Repository
github
Last release
4 years ago

@tannin/compile

Compiles an evaluating function for a C expression.

Installation

Using npm as a package manager:

npm install @tannin/compile

Otherwise, download a pre-built copy from unpkg:

https://unpkg.com/@tannin/compile/dist/compile.min.js

Usage

import compile from '@tannin/compile';

const evaluate = compile( 'n > 1' );

evaluate( { n: 2 } );
// ⇒ true

License

Copyright 2019-2020 Andrew Duthie

Released under the MIT License.