HandsomeSoup
HTML parser
A Haskell library that simplifies HTML parsing by providing CSS selectors and attribute extraction functions.
Easy HTML parsing for Haskell
123 stars
6 watching
20 forks
Language: Haskell
last commit: almost 9 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 | 850 |
alexwl/haskell-code-explorer | A web application for exploring and understanding Haskell codebases | 511 |
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 | 361 |
erikd/language-javascript | A parser for JavaScript written in Haskell. | 159 |
chadwain/rem | A parser for HTML5 documents written in Zig | 108 |
brettstimmerman/mensch | A CSS parsing library with an abstract syntax tree (AST) data structure | 114 |
ollef/earley | A Haskell implementation of Earley's algorithm for parsing context-free grammars. | 366 |
haskell/attoparsec | A fast parser combinator library for efficient text parsing in network protocols and file formats | 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 | 194 |
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 | 352 |