compile-time regexp lib released

Marton Papp anteusz at freemail.hu
Tue Aug 7 09:39:25 PDT 2007


Hi!
There is an alternative way to match regular expressions.
Scregexp was released a month ago. (by me)
The regular expessions are converted into CTFE functions (a backtracking
top/down recursive descent parser) at compile time.
This should give faster regular expressions.
A lot of regular expression constructs are supported.
(?:),(),\d,\s,\w... Also, various switches such as i (case-insensitive
search),s, and x partly..
I consider it to be in beta state.

Regards

Marton Papp





More information about the Digitalmars-d mailing list