The preprocessor-tools package
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 for an example of how to do this.
Properties
| Versions | 0.1, 0.1.1, 0.1.2, 0.1.3, 1.0, 1.0.1 |
|---|---|
| Dependencies | base, haskell98, mtl, parsec |
| License | BSD3 |
| Author | Jesse A. Tov <tov@ccs.neu.edu> |
| Maintainer | tov@ccs.neu.edu |
| Stability | experimental |
| Category | Source-tools, Language, Code Generation |
| Home page | http://www.ccs.neu.edu/~tov/session-types |
| Upload date | Fri Sep 26 22:45:11 UTC 2008 |
| Uploaded by | JesseTov |
| Built on | ghc-6.10, ghc-6.12, ghc-6.8 |
Modules
- Language
Downloads
- preprocessor-tools-0.1.tar.gz (Cabal source package)
- package description (included in the package)