ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Other Software > Announce Your Software/Service/Product

a little regexp engine

(1/1)

nasciiboy:
(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.

mouser:
That's pretty cool!

nasciiboy:
I hope to participate in n.a.n.y. In a few days with a development based on this library

mouser:
Awesome  :up: :up:

Navigation

[0] Message Index

Go to full version