Create README.md

This commit is contained in:
Alp Mestanogullari 2014-06-02 21:25:35 +02:00
parent bdb156e52e
commit da4ce0f90a

8
README.md Normal file
View File

@ -0,0 +1,8 @@
taggy
=====
An attoparsec based html parser.
Currently very WIP. It even chokes on some HTML, although it already supports a fairly decent range of common websites.
The performance is quite promising for now, but we don't do a lof of things that tagsoup does, like converting `&` to `&`, etc.