Open shimaore opened 6 years ago
It would be nice to be able to use for example a Unicode-aware version of \w.
\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?
jison-lex
caseless
jison
Hi @shimaore did you ever get around this?
Hi @themaco I suspect this change made the trick and should be available in @shimaore/jison.
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 thancaseless
as an option, but I assumejison
would need to offer an option for this as well?