From da4ce0f90a3064b158724f2dee25680b9f52101f Mon Sep 17 00:00:00 2001 From: Alp Mestanogullari Date: Mon, 2 Jun 2014 21:25:35 +0200 Subject: [PATCH] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e231c0e --- /dev/null +++ b/README.md @@ -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.