This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Patch] Rewrite _StateSeq in regex


This patch fix the optional operator '?' and interval repeating like
"a{3,5}" through rewrite _StateSeq.

After this patch, the assertion supporting shall be the last
significant feature to be implemented.

It's booted and tested under x86_64. It'll be fully tested before committing.

Thanks!


-- 
Tim Shen

Attachment: stateseq.patch
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]