Skip to content

reflex v4.1.0

Compare
Choose a tag to compare
@genivia-inc genivia-inc released this 05 Mar 18:07
· 15 commits to master since this release

What's new?

  • improved lazy quantifiers for POSIX regex lazy matching in linear time (i.e. no backtracking) using an advanced DFA transformation algorithm first introduced in RE/flex in 2016 and extended in this release
  • add option --[no]yypanic for Flex++ compatibility