Skip to content

JFlex 1.6.0

Compare
Choose a tag to compare
@regisd regisd released this 09 Nov 20:39
· 1187 commits to master since this release

Released 2014-06-21

  • Unicode 7.0 is supported.
  • In %unicode mode, supplementary code points are now handled properly.
    • Regular expressions are now code-point based, rather than code-unit/
      char based.
    • Input streams are read as code point sequences - properly paired
      surrogate code units are read as a single character.
    • All supported Unicode properties now match supplementary characters
      when Unicode 3.0 or above is specified, or when no version is
      specified, causing the default Unicode version, Unicode 7.0 in this
      release, to be used.
  • New \u{...} escape sequence allows code points (and whitespace-separated
    sequences of code points) to be specified as 1-6 hexadecimal digit values.
  • Characters in matches printed in %debug mode are now Unicode escaped
    (\uXXXX) when they are outside the range 32..127.
  • detect javadoc class comment when followed by annotation(s) (#128)
  • removed the "switch" and "table" code generation options
  • Option --noinputstreamctor deprecated.
    By default no InputStream constructor is included in the generated
    scanner. The capability to include one is deprecated and will be
    removed in JFlex 1.7.