Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
jflex-1.9.1.zip.asc | 2023-03-11 | 833 Bytes | |
jflex-1.9.1.zip.sha1 | 2023-03-11 | 58 Bytes | |
jflex-1.9.1.zip | 2023-03-11 | 5.1 MB | |
jflex-1.9.1.tar.gz.sha1 | 2023-03-11 | 61 Bytes | |
manual.pdf | 2023-03-11 | 464.8 kB | |
jflex-1.9.1.tar.gz.asc | 2023-03-11 | 833 Bytes | |
jflex-1.9.1.tar.gz | 2023-03-11 | 4.9 MB | |
JFlex 1.9.1 source code.tar.gz | 2023-03-11 | 12.4 MB | |
JFlex 1.9.1 source code.zip | 2023-03-11 | 17.0 MB | |
README.md | 2023-03-11 | 288 Bytes | |
Totals: 10 Items | 39.9 MB | 1 |
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.