The latest version of preprocessor-tools is 2.0.2-0.
preprocessor-tools
Version 1.0 revision 0 uploaded by JesseTov.
Package meta
- Synopsis
- A framework for extending Haskell's syntax via quick-and-dirty preprocessors
- Description
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.
- Author
- Jesse A. Tov <tov@eecs.harvard.edu>
- Bug reports
- n/a
- Category
- Source-tools, Language, Code Generation
- Copyright
- n/a
- Homepage
- http://www.eecs.harvard.edu/~tov/pubs/haskell-session-types/
- Maintainer
- tov@eecs.harvard.edu
- Package URL
- n/a
- Stability
- experimental