[chromium-dev] Request for a reviewer

2009-11-23 Thread James Hawkins
Hi, Any kind soul willing to review a simple regexp parser? 211 lines. http://codereview.chromium.org/439008 Thanks, James Hawkins -- Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change email options, or unsubscribe:

Re: [chromium-dev] Request for a reviewer

2009-11-23 Thread Darin Fisher
Don't we already have a real regexp engine in WebKit. Why add another? Did you consider wrapping WebCore::RegularExpression with a WebKit API? -Darin On Mon, Nov 23, 2009 at 3:09 PM, James Hawkins jhawk...@chromium.orgwrote: Hi, Any kind soul willing to review a simple regexp parser? 211