You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I discovered this when I tried to explain how boxed function definition works on concrete data. It's not a blocker for anything right now, so I'd give it low priority.
Is your feature request related to a problem? Please describe.
The expression below fails to parse even though it's correct FEEL
Error reported in the FEEL Playground:
failed to parse expression '(function(a) a)(3)': Expected (binaryComparison | between | instanceOf | in | "and" | "or" | end-of-input):1:16, found "(3)"
Describe the solution you'd like
Parse and evaluate correctly as in nikku/feelin: https://nikku.github.io/feel-playground/?e=%28function%28a%29+a%29%283%29&c=%7B%7D&t=expression&st=true
Related issues
The text was updated successfully, but these errors were encountered: