Skip to content

Releases: Genivia/RE-flex

reflex v3.3.4

31 May 18:39
Compare
Choose a tag to compare

Fix yyrestart dropping the first character; faster find() with issue fixed in v3.3.3.

reflex v3.3.3

28 May 20:28
Compare
Choose a tag to compare

Fix yyrestart dropping the first character; faster find().

reflex v3.3.2

17 Mar 22:51
Compare
Choose a tag to compare

Fix a performance issue with case-insensitive pattern construction.

reflex v3.3.1

07 Mar 01:18
Compare
Choose a tag to compare

A minor update to address an issue with the Flex-compatible --prefix option.

reflex v3.3.0

25 Jan 01:29
7c7d29f
Compare
Choose a tag to compare

General usability improvements and fixes for minor issues.

reflex v3.2.12

06 Jan 18:42
Compare
Choose a tag to compare

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

30 Aug 00:47
Compare
Choose a tag to compare

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

21 Aug 16:10
Compare
Choose a tag to compare

Fix Unicode regular expression pattern analyzer for incorrect UTF-8.

reflex v3.2.9

12 Aug 17:33
Compare
Choose a tag to compare

Add cmake rules for Windows builds.

reflex v3.2.8

06 Jul 14:49
Compare
Choose a tag to compare

Includes improvements suggested by users of the RE/flex scanner generator.