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
JEXL is a full expression language. It would be great to have full language support like JavaEE Expression Language or Spring EL.
This epic size. There are lots of parts to language support. The JEXL parser is defined with JavaCC which do not have any bridge to JetBrains GrammarKit so the whole grammar needs to be replicated.
JEXL is a full expression language. It would be great to have full language support like JavaEE Expression Language or Spring EL.
This epic size. There are lots of parts to language support. The JEXL parser is defined with JavaCC which do not have any bridge to JetBrains GrammarKit so the whole grammar needs to be replicated.
https://commons.apache.org/proper/commons-jexl/ upstream
https://github.com/jenkinsci/jexl Jenkins fork
https://www.jetbrains.org/intellij/sdk/docs/reference_guide/custom_language_support.html relevant docs
The text was updated successfully, but these errors were encountered: