preprocessor-tools: A framework for extending Haskell's syntax via quick-and-dirty preprocessors
[ bsd3, code-generation, language, library, source-tools ]
[ Propose Tags ]
[ Report a vulnerability ]
This library provides a quick-and-dirty (but often effective) method for extending Haskell's syntax using a custom preprocessor. It parses Haskell into a bare-bones AST with just enough knowledge of the syntax to preserve nesting, and then allows transformations on the AST.
See the package ixdopp (http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ixdopp) for an example of how to do this.
Downloads
- preprocessor-tools-0.1.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1, 0.1.1, 0.1.2, 0.1.3, 1.0, 1.0.1, 2.0.0, 2.0.1, 2.0.2 |
---|---|
Change log | CHANGELOG |
Dependencies | base (>=4 && <5), mtl (>=1 && <3), parsec (>=3 && <4), syb (<1) [details] |
Tested with | ghc ==7.4.1 |
License | BSD-3-Clause |
Author | Jesse A. Tov <tov@ccs.neu.edu> |
Maintainer | tov@ccs.neu.edu |
Category | Source-tools, Language, Code Generation |
Home page | http://www.ccs.neu.edu/~tov/pubs/haskell-session-types |
Uploaded | by JesseTov at 2012-12-08T20:14:08Z |
Distributions | FreeBSD:1.0.1, NixOS:2.0.2 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 12107 total (3 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |