BeRo1985 / flre

FLRE - Fast Light Regular Expressions - A fast light regular expression library
GNU Lesser General Public License v2.1
94 stars 23 forks source link

Documentation #41

Open pyscripter opened 6 years ago

pyscripter commented 6 years ago

This just an amazing project. In terms of speed it beats hands down the best known regular expression engines around and is on a par if not faster than Intel's Hyperscan. Congratulations!

One thing missing from the project is documentation about the supported (and not supported) regex syntax. A project Wiki page on this would be most welcome.

Also some explanation of the TFLREFlags (at least those that are non standard) would also be useful.