| Copyright | (c) 2011 Kathleen Fisher <kathleen.fisher@gmail.com> John Launchbury <john.launchbury@gmail.com> |
|---|---|
| License | MIT |
| Maintainer | Karl Cronburg <karl@cs.tufts.edu> |
| Stability | experimental |
| Safe Haskell | None |
| Language | Haskell2010 |
Language.Pads.Parser
Contents
Description
This module implements the parser for the PADS syntax in Haskell using parser combinators.
Synopsis
- parsePadsDecls :: SourceName -> Line -> Column -> String -> Either ParseError [PadsDecl]
Documentation
parsePadsDecls :: SourceName -> Line -> Column -> String -> Either ParseError [PadsDecl] Source #
The main entry point for the Pads QuasiQuoter