TomFrost / Jexl

Javascript Expression Language: Powerful context-based expression parser and evaluator
MIT License
561 stars 92 forks source link

Add hint to Python-based JEXL parser and evaluator #44

Closed sliverc closed 5 years ago

sliverc commented 5 years ago

When someone is considering using JEXL it might be important to note that there are implementations in other languages as well.

Especially helpful when the same expression needs to be evaluated in backend (which might be written e.g. Python) and JavaScript frontend. This makes JEXL even more useful than it already is.

TomFrost commented 5 years ago

Fantastic! This is the first I've seen that library -- very very cool, and thanks for the PR. Apologies for my crazy late merge!