An open API service indexing awesome lists of open source software.

https://github.com/nikku/feel-playground

An interactive playground to try out and learn the DMN FEEL language.
https://github.com/nikku/feel-playground

dmn feel playground

Last synced: about 1 year ago
JSON representation

An interactive playground to try out and learn the DMN FEEL language.

Awesome Lists containing this project

README

          

# feel-playground

[![CI](https://github.com/nikku/feel-playground/actions/workflows/CI.yml/badge.svg)](https://github.com/nikku/feel-playground/actions/workflows/CI.yml)

An interactive app to learn the [DMN](https://www.omg.org/dmn/) FEEL language in your browser.
➡️ [**Try it out**](https://nikku.github.io/feel-playground).

[![FEEL playground screenshot](./docs/screenshot.png)](https://nikku.github.io/feel-playground)

## Build and Run

```sh
# spin up development server
npm run dev

# build for production
npm run all
```

## Related

* [feelin](https://github.com/nikku/feelin) - FEEL parser and interpreter for JavaScript
* [lezer-feel](https://github.com/nikku/lezer-feel) - FEEL grammar for the [Lezer](https://lezer.codemirror.net/) parser system
* [lang-feel](https://github.com/nikku/lang-feel) - FEEL language definition for the [CodeMirror](https://codemirror.net/) code editor