@tannin/compile
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

@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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    55,551
    • latest

Version History

Package Sidebar

Install

npm i @tannin/compile

Weekly Downloads

56,490

Version

1.1.0

License

MIT

Unpacked Size

11.9 kB

Total Files

9

Last publish

Collaborators

  • aduth