TomFrost / Jexl

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

Support for accented letters in identifiers #67

Closed heharkon closed 4 years ago

heharkon commented 4 years ago

Hi! I have the need for "non-standard" accented letters for the identifiers. Would it be possible to include a support for those as well?

I tried it out by extending the regexps for the identifiers and is seems to work. I'll make a pull request for you to consider that.

Thanks, Henrik.

heharkon commented 4 years ago

The PR: https://github.com/TomFrost/Jexl/pull/68

TomFrost commented 4 years ago

Merged! Thanks again Henrik :)