Releases: Genivia/RE-flex
reflex v3.3.4
Fix yyrestart
dropping the first character; faster find()
with issue fixed in v3.3.3.
reflex v3.3.3
Fix yyrestart
dropping the first character; faster find()
.
reflex v3.3.2
Fix a performance issue with case-insensitive pattern construction.
reflex v3.3.1
A minor update to address an issue with the Flex-compatible --prefix
option.
reflex v3.3.0
General usability improvements and fixes for minor issues.
reflex v3.2.12
Trailing context pattern matching fix (regression bug), for example xy
and x/x
patterns collided when they should not collide; updated yaml parser example.
reflex v3.2.11
Includes new Lua 5.3 to lisp transpiler example to demonstrate the use of RE/flex with Bison complete symbols and locations for sophisticated error reporting in the Lua input.
reflex v3.2.10
Fix Unicode regular expression pattern analyzer for incorrect UTF-8.
reflex v3.2.9
Add cmake rules for Windows builds.
reflex v3.2.8
Includes improvements suggested by users of the RE/flex scanner generator.