zaach / jison

Bison in JavaScript.
http://jison.org
4.33k stars 448 forks source link

Support Unicode classes #381

Open shimaore opened 5 years ago

shimaore commented 5 years ago

It would be nice to be able to use for example a Unicode-aware version of \w.

Currently this would mean that jison-lex needs to support more than caseless as an option, but I assume jison would need to offer an option for this as well?

themaco commented 4 years ago

Hi @shimaore did you ever get around this?

shimaore commented 4 years ago

Hi @themaco I suspect this change made the trick and should be available in @shimaore/jison.