What does Hpricot use under the hood? Regexp?

Hi,

I was wondering what hpricot uses under the hood. Does it use regexp?
I’m not sure about that.

Thanks

On Jul 6, 2010, at 3:45 PM, Fernando P. wrote:

Hi,

I was wondering what hpricot uses under the hood. Does it use regexp?
I’m not sure about that.

Thanks

A C parser generated with Ragel.[1]

Regards,
Florian G.

[1] http://www.complang.org/ragel/

A C parser generated with Ragel.[1]

Regards,
Florian G.

[1] NameBright - Coming Soon

Thank you Florian!