Skip to content

For now playground to develop the feel analyzer, may contain comsumable lib/plugin later

License

Notifications You must be signed in to change notification settings

bpmn-io/feel-analyzer

FEEL Analyzer

A library for analyzing FEEL (Friendly Enough Expression Language) expressions.

CI

Installation

npm install @bpmn-io/feel-analyzer

Usage

Basic Example

import { FeelAnalyzer } from '@bpmn-io/feel-analyzer';

const analyzer = new FeelAnalyzer();

const result = analyzer.analyzeExpression('x + y');

console.log(result.valid); // true

Related

License

MIT

About

For now playground to develop the feel analyzer, may contain comsumable lib/plugin later

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published