1.0.0 • Published 3 years ago

@ruleenginejs/ruleengine-compiler v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

ruleengine-compiler

Installation

npm install @ruleenginejs/ruleengine-compiler

Usage

Compile module

const { compile } = require("@ruleenginejs/ruleengine-compiler");

const pipeline = compile(input, options);
pipeline.execute();

Generate code

const { generateCode } = require("@ruleenginejs/ruleengine-compiler");

const code = generateCode(input, options);

License

Licensed under the MIT License.