RE-flex
RE-flex copied to clipboard
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 err...
CI
Use GitHub actions to test Ubuntu and MacOS builds.
Consider modifying the configure script to allow creation of either, or both statically and dynamically linked libraries.
I'm running portability tests for an upcoming release of Ox (https://sourceforge.net/projects/ox-attribute-grammar-compiler/), and I've run into a couple of extremely weird bugs adding reflex as an option for several scanners using...
I had been using v3.0.1 until very recently to embed in a project that disables exceptions. In hindsight, I'm not sure why it ever compiled, but moving to different build...
Hello, First off, I'm a huge fan of RE-flex for my projects and ugrep is by far my most valuable and most used tool at my workplace. I deal with...
Could i add chinese translation for reflex manual, this pull request just include part of the chapters, and others will be pulled later.
I am not sure if I overlooked it, but It would be great to have a cmake script that users could include and invoke functions to invoke reflex. I have...
Using the xmake build tool offers several advantages: 1. Better cross-platform support 2. Better looking build config 3. Add xmake package suppor Here is an example xmake config ```lua set_languages("cxx11")...
Hi. Does RE/flex regex beat hyperscan in multi-pattern matching for processing network traffics?
Hey there, Thank you for your time and effort on `RE/flex`! I was wondering if it were possible to add [Mr. Thomas's `reflex`](https://invisible-island.net/reflex/reflex.html) to the benchmarks?