On Wed, Mar 9, 2011 at 5:30 PM, Timothy Baldridge <tbaldri...@gmail.com>wrote:

> I know rlib has a regex module, but it seems to be limited to only
> recognizing characters and not returning groups. Is there a full
> featured regex parser somewhere that is supported by rpython?
>
> Thanks,
>
> Timothy
>
> --
> “One of the main causes of the fall of the Roman Empire was
> that–lacking zero–they had no way to indicate successful termination
> of their C programs.”
> (Robert Firth)
> _______________________________________________
> pypy-dev@codespeak.net
> http://codespeak.net/mailman/listinfo/pypy-dev
>

The PyPy python interpret just uses the stdlib regex parser, so no I don't
think there is a regex parser.

Alex

-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." -- Evelyn Beatrice Hall (summarizing Voltaire)
"The people's good is the highest law." -- Cicero
_______________________________________________
pypy-dev@codespeak.net
http://codespeak.net/mailman/listinfo/pypy-dev

Reply via email to