nrk / ironruby-hpricot

A port of Hpricot to IronRuby

This URL has Read+Write access

nrk (author)
Sat Dec 05 01:03:12 -0800 2009
commit  e274b4c3afdedea54c3b7bffc4c25af976ce9c44
tree    3778fdb315b74404418c1a4476ef9fe71cc0579a
parent  be8a2a3de98ee19ef77597cbe3683d411b13b7a2
name age message
file EXPERIMENTAL Loading commit data...
file README
file TODO
directory lib/
directory src/
directory test/
README
ironruby-hpricot - a port of Hpricot for IronRuby
===============================================================================


WARNING: the source code in this branch will not build and/or work for a while!


Hpricot is a fast and flexible HTML parser, created by why the lucky stiff.

This is a port for IronRuby of Hpricot's parser created by generating C# code 
with Ragel off of a tweaked version of the original .rl grammar files, whereas 
String#fast_xs internals are based on Ola Bini's code ported to C#.

You can find the latest builds of ironruby-hpricot at the following URL:
http://github.com/nrk/ironruby-hpricot/downloads

You can find a fairly updated report of the pass rate for the official test 
suite at the following URL: http://gist.github.com/93723

Want to help or contribute? Drop me a mail to suppakilla@gmail.com

NOTE: this is still a work in progress, see the TODO for more information.