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

193 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 848
cyga/real-world-haskell A tool to parse and fix code samples from the book 'Real World Haskell' 89
haskell/attoparsec A fast Haskell parser combinator library for efficient text and binary data parsing 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 92
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. 988
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. 155
haskell/aeson A Haskell library for parsing and generating JSON data 1,255
haskell-github/github A Haskell library providing an interface to the GitHub API. 411
well-typed/unfolder A repository providing code snippets to illustrate key concepts in Haskell programming 80
haskell-webdriver/haskell-webdriver A Haskell client library for controlling a remote browser session using the Selenium WebDriver protocol 191
haskell/criterion A tool for measuring and analyzing the performance of Haskell code 504
lspitzner/brittany A tool to format Haskell source code according to certain formatting rules 692