haskell-src-exts

Haskell parser

A toolset for manipulating and analyzing Haskell source code

Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer

GitHub

194 stars
15 watching
95 forks
Language: Haskell
last commit: over 1 year ago

Related projects:

Repository Description Stars
haskell/parsec A parser combinator library designed to be industrial-strength and easy to use 850
cyga/real-world-haskell A tool to parse and fix code samples from the book 'Real World Haskell' 89
haskell/attoparsec A fast parser combinator library for efficient text parsing in network protocols and file formats 513
haskell-tools/haskell-tools Developer tools for refactoring Haskell programs. 249
lettier/parsing-with-haskell-parser-combinators An in-depth guide to parsing using Haskell's parser combinator technology 93
google/haskell-indexer Provides libraries and tools for preprocessing Haskell source code to enable entity cross-referencing 99
haskell/stylish-haskell A tool to format and beautify Haskell code to improve readability. 994
mrkkrp/ghc-syntax-highlighter A syntax highlighter library for Haskell built around the GHC lexer. 59
grpc/grpc-haskell A Haskell interface to the gRPC protocol for building client-side RPC services. 154
haskell/aeson A Haskell library for parsing and generating JSON data 1,257
haskell-github/github A Haskell library providing an interface to the GitHub API. 412
well-typed/unfolder A repository providing code snippets to illustrate key concepts in Haskell programming 85
haskell-webdriver/haskell-webdriver A Haskell client library for controlling a remote browser session using the Selenium WebDriver protocol 191
haskell/criterion A performance measurement library for Haskell code 505
lspitzner/brittany A tool to format Haskell source code according to certain formatting rules 691