Skip to content

reflex v5.5

Latest
Compare
Choose a tag to compare
@genivia-inc genivia-inc released this 16 May 19:56

What's new?

  • new reflex scanner generator option -D FILE (or --do=FILE) to immediately debug and test a scanner's lexer patterns against a specified input FILE #230
  • mark likely and unlikely branches in hot paths for Matcher::find() performance
  • fix an issue with Matcher::find() for certain short patterns with ^$ anchors