simple-sql-parser
SQL parser
A parser and tokenizer for SQL syntax in Haskell
SQL parser in Haskell
82 stars
6 watching
29 forks
Language: Haskell
last commit: 3 months ago Related projects:
Repository | Description | Stars |
---|---|---|
jakewheat/hssqlppp | A Haskell implementation of a SQL parser and type checker with support for the PostgreSQL dialect. | 108 |
jakewheat/intro_to_parsing | A tutorial on building parsers using Haskell and Parsec | 503 |
haskell/parsec | A parser combinator library designed to be industrial-strength and easy to use | 850 |
haskell-suite/haskell-src-exts | A toolset for manipulating and analyzing Haskell source code | 194 |
klahnakoski/mo-sql-parsing | A Python-based library for parsing and transforming SQL queries into a JSON-izable format | 263 |
egonschiele/handsomesoup | A Haskell library that simplifies HTML parsing by providing CSS selectors and attribute extraction functions. | 123 |
hasura/graphql-parser-hs | A Haskell library for parsing GraphQL queries | 59 |
erikd/language-javascript | A parser for JavaScript written in Haskell. | 159 |
tsoding/haskell-json | A JSON parser implementation in Haskell. | 172 |
cyga/real-world-haskell | A tool to parse and fix code samples from the book 'Real World Haskell' | 89 |
lettier/parsing-with-haskell-parser-combinators | An in-depth guide to parsing using Haskell's parser combinator technology | 93 |
haskell-hvr/cassava | A lightweight CSV parsing and encoding library for high-performance use cases | 222 |
tree-sitter/haskell-tree-sitter | Haskell bindings for an incremental parsing toolkit used in compiler development and language analysis. | 156 |
ruricolist/cl-yesql | A Common Lisp library for embedding and executing SQL statements | 68 |
aaronlevin/haskell-shopify | A type-safe client library for the Shopify API | 12 |