This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
README
ironruby-hpricot - a port of Hpricot for IronRuby =============================================================================== 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 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.








