camunda / feel-scala

FEEL parser and interpreter written in Scala
https://camunda.github.io/feel-scala/
Apache License 2.0
120 stars 50 forks source link

I can read about the usage of parsed expressions #668

Open saig0 opened 1 year ago

saig0 commented 1 year ago

Which documentation is missing/incorrect?

The engine allows parse expressions before evaluating them. But the usage is not documented yet.

Link to the documentation:

Affected versions:

saig0 commented 1 year ago

The documentation should also describe the new API that was added with https://github.com/camunda/feel-scala/pull/687.