HandsomeSoup
HTML parser
A Haskell library that simplifies HTML parsing by providing CSS selectors and attribute extraction functions.
Easy HTML parsing for Haskell
124 stars
6 watching
20 forks
Language: Haskell
last commit: over 8 years ago Related projects:
Repository | Description | Stars |
---|---|---|
ndmitchell/tagsoup | A Haskell library for parsing and extracting information from HTML/XML documents | 233 |
haskell/parsec | A parser combinator library designed to be industrial-strength and easy to use | 848 |
alexwl/haskell-code-explorer | A web application for exploring and understanding Haskell codebases | 512 |
mischov/meeseeks | A parser and extractor for HTML and XML data with CSS or XPath selectors | 316 |
crufter/haquery | Allows HTML manipulation and template rendering using CSS selectors familiar to web developers | 65 |
sebastiaanvisser/clay | A CSS preprocessor implemented as an embedded Haskell domain specific language | 360 |
erikd/language-javascript | A parser for JavaScript written in Haskell. | 160 |
chadwain/rem | A parser for HTML5 documents written in Zig | 106 |
brettstimmerman/mensch | A CSS parsing library with an abstract syntax tree (AST) data structure | 113 |
ollef/earley | A Haskell implementation of Earley's algorithm for parsing context-free grammars. | 365 |
haskell/attoparsec | A fast Haskell parser combinator library for efficient text and binary data parsing | 513 |
feichao93/temme | A lightweight, CSS-based selector for extracting structured data from HTML documents. | 273 |
haskell-suite/haskell-src-exts | A toolset for manipulating and analyzing Haskell source code | 193 |
utkarshkukreti/select.rs | A Rust library for extracting useful data from HTML documents | 974 |
joelburget/react-haskell | A set of libraries and tools for building web UI using Haskell | 351 |