JFlex 1.9.1 is a small bugfix release:
- fix negated char classes with overlapping content (#1065, #1066):
Expressions such as [^\s\n]
were translated incorrectly, because \s
and \n
overlap and the negation operator ^
in version 1.9.0 did not handle this case correctly.