preprocessor-tools-0.1.1: A framework for extending Haskell's syntax via quick-and-dirty preprocessors

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 (http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ixdopp) for an example of how to do this.

Properties

Versions0.1, 0.1.1, 0.1.2
Dependenciesbase (3.*), haskell98 (1.*), mtl (1.*), parsec (2.*)
LicenseBSD3
AuthorJesse A. Tov <tov@ccs.neu.edu>
Maintainertov@ccs.neu.edu
Stabilityexperimental
CategorySource-tools, Language, Code Generation
Home pagehttp://www.ccs.neu.edu/~tov/pubs/haskell-session-types
Upload dateSun Apr 26 03:47:02 UTC 2009
Uploaded byJesseTov
Built onghc-6.10, ghc-6.12
Build failureghc-7.0 (log)

Modules

Downloads