TomFrost / Jexl

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

Compile #5

Closed will-weiss closed 9 years ago

will-weiss commented 9 years ago

Hey Tom,

It's been awhile! Hope you find this PR cool. This branch allows for lazy evaluation of binary operations and adds a compile function, which returns a function bound to an expression for repeatedly evaluating the same expression over different contexts.

Hope you are well, happy to discuss these and earlier changes!

Will