JFlex v1.7.0 Release Notes

Release Date: 2018-09-21 // over 5 years ago
    • Prerequisites
      • Compilation requires jdk7 and Maven 3.5.2
      • Execution requires jdk7 and Maven 3.0
      • Compilation of generated code requires jdk 5
    • CUP upgraded to 0.11b
    • ๐Ÿšš Option --inputstreamctor has been removed (#195)
    • Code health
      • Codebase has valid doclint (#206)
      • Maven plugins update to use Java annotations rather than javadoc at-clauses.
    • jflex --version or --info or --help now exits with error code 0 (#194)
    • ๐Ÿ‘ Unicode 8.0 and 9.0 are supported (#209)
    • ๐Ÿ“š documentation improvements (#152, #187, #215, #290)
    • โž• added an --encoding option to specify input/output encoding (#164)
    • ๐Ÿ‘‰ make jflex start script robust for other locales (#251)
    • report character position when %debug and %char are present (#207)

    ๐Ÿ‘€ See https://github.com/jflex-de/jflex/milestone/10