Skip to content

camunda/feel-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
github-actions[release]@users.noreply.github.com
Sep 4, 2024
8d375dc Â· Sep 4, 2024
Feb 12, 2024
Apr 26, 2023
Aug 10, 2022
Sep 14, 2023
Sep 3, 2024
Aug 12, 2021
Oct 4, 2023
May 2, 2019
Jul 4, 2022
Sep 18, 2015
Jan 11, 2024
Apr 25, 2022
Apr 10, 2019
Jun 8, 2020
Jul 5, 2023
Apr 26, 2023
Apr 26, 2023
Sep 4, 2024

Repository files navigation

FEEL Scala

Maven Central

A parser and interpreter for FEEL that is written in Scala (see What is FEEL?).

The FEEL engine started as a slack time project, grown to a community-driven project and is now officially maintained by Camunda 🚀

It is integrated in the following projects:

Features: ✨

  • full support for unary-tests and expressions (DMN 1.2)
  • including built-in functions
  • extensible by own functions and custom object mappers

Usage

Please have a look at the documentation. It describes how to write FEEL expressions (e.g. data types, language constructs, builtin-functions, etc.), and contains some examples.

Install

Please have a look at the documentation. It describes how to intregrate the engine into your application, and how to extend/customize it.

Contribution

Contributions are welcome 🎉 Please have a look at the Contribution Guide.

The following resources can help to understand some general concepts behind the implementation:

License

Apache License, Version 2.0