Skip to content

JFlex 1.9.1

Latest
Compare
Choose a tag to compare
@lsf37 lsf37 released this 11 Mar 02:29
· 10 commits to master since this release
v1.9.1
7b36a83

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.