DonationCoder.com Forum

Other Software => Announce Your Software/Service/Product => Topic started by: nasciiboy on December 09, 2016, 11:02 AM

Title: a little regexp engine
Post by: nasciiboy on December 09, 2016, 11:02 AM
[ You are not allowed to view attachments ](google translate)
*Recurseve Regexp Raptor* is a library search, capture and replacement Regular expressions written in C language from zero, trying to achieve what following:

- Having most of the features present in any other regexp library.

- Elegant Code: simple, clear and endowed with grace.

- Avoid explicit request dynamic memory.

- Avoid using any external libraries, including the standard library.

- Be a useful learning material.

this library the first (Currently under development in https://github.com/nasciiboy/RecursiveRegexpRaptor) focuses on simplicity and code. Only use *510 lines* of pure C. enjoy!

to test the ascii library

    gcc ascii_test.c regexp3_ascii.c

to the ut8 vercion

    gcc ascii_test.c regexp3_utf8.c

to view the benchmark confortably see readme.html.
Title: Re: a little regexp engine
Post by: mouser on December 09, 2016, 11:16 AM
That's pretty cool!
Title: Re: a little regexp engine
Post by: nasciiboy on December 09, 2016, 02:59 PM
I hope to participate in n.a.n.y. In a few days with a development based on this library
Title: Re: a little regexp engine
Post by: mouser on December 09, 2016, 04:58 PM
Awesome  :up: :up: