Popularity
4.2
Stable
Activity
0.0
Stable
5
2
1

Monthly Downloads: 5
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Compiler     Compiler Plugin    
Latest version: v0.1.1

cse-ghc-plugin alternatives and similar packages

Based on the "Compiler Plugin" category.
Alternatively, view cse-ghc-plugin alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of cse-ghc-plugin or a related project?

Add another 'Compiler Plugin' Package

README

GHC plugin for Common Subexpression Elimination (CSE)

This plugin gives an example of defining a compiler plugin for GHC. The implementation of this optimization is ripped directly from GHC itself.

travis-ci.org results: Build Status

Homepage.

Installation

Install the latest version of the plugin from Hackage (requires GHC 7.4.1):

$ cabal install cse-ghc-plugin

Join in

File bugs in the GitHub issue tracker.

Master git repository:

  • git clone https://github.com/thoughtpolice/cse-ghc-plugin.git

There's also a BitBucket mirror:

  • git clone https://bitbucket.org/thoughtpolice/cse-ghc-plugin.git

Authors

See AUTHORS.txt.

License

BSD3. See LICENSE.txt for terms of copyright and redistribution.


*Note that all licence references and agreements mentioned in the cse-ghc-plugin README section above are relevant to that project's source code only.