A high-performance C++ regex library and lexical analyzer generator with Unicode support. Extends Flex++ with Unicode support, indent/dedent anchors, lazy quantifiers, functions for lex and syntax error reporting and more. Seamlessly integrates with Bison and other parsers.
Previous pre-increment in absmatcher.h:1031 was actually causing the value to get incremented rather than the pointer. Also, pre-incrementing the pointer in absmatcher.h:1031 would not work as it is post-incremented in absmatcher.h:1029.
Previous pre-increment in absmatcher.h:1031 was actually causing the value to get incremented rather than the pointer. Also, pre-incrementing the pointer in absmatcher.h:1031 would not work as it is post-incremented in absmatcher.h:1029.
Sample test case: