syntax-trees-fork-bairyn: Convert between different Haskell syntax trees. Bairyn's fork.

[ bsd3, language, library ] [ Propose Tags ]

This is a fork of Dominic Orchard's syntax-trees package that is patched just to build on Haskell's more modern ecosystem.

Provides an instance that translates haskell-src-exts expression trees into Template Haskell expression trees in a way that depends only on the haskell-src-exts syntax tree and agreement on the pretty-printed representation of Haskell between haskell-src-exts pretty-printer and Template Haskell quotations (as opposed to depending on both TH and haskell-src-exts syntax tree representations).

Instead of converting between data types, haskell-src-exts syntax trees are pretty-printed and wrapped in a TH quotation which is then interpreted as a Haskell program, yielding a TH Exp tree. Free variables in the haskell-src-exts tree are preserved by lifting them to TH splices prior to pretty-printing.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.2.5
Dependencies base (>=4 && <5), haskell-src-exts (>=1.16 && <2), hint, mtl, template-haskell, uniplate [details]
License BSD-3-Clause
Author Dominic Orchard ,Byron Johnson
Maintainer dom.orchard@gmail.com ,ByronJohnsonFP@gmail.com
Category Language
Source repo head: git clone git@github.com:bairyn/syntax-trees.git
this: git clone git@github.com:bairyn/syntax-trees.git(tag v0.1.2.5)
Uploaded by ByronJohnson at 2014-11-30T04:34:42Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 927 total (5 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]

Readme for syntax-trees-fork-bairyn-0.1.2.5

[back to package description]

Notes on repository.

This repository hosts currently a fork of Dominic Orchard's syntax-trees project residing in a VCS repository, git in particular, with the following branches:

  • master: Currently the branch for the actual fork, for the syntax-trees-fork-bairyn package. Version tags refer to commits in this branch.
  • cherry-picked-build-fixes: Contains the initial import of the syntax-trees package with just build fixes cherry picked in.
  • cherry-picked-build-and-warning-fixes: Based on cherry-picked-build-fixes, this branch adds fixes to warnings, an addition of the "-Wall" flag for GHC so that warnings are emitted during the build process, and the correction of "template-haskell" typos.
  • fork-no-rename: Based on master, and adds commits that reverses the renaming of the fork and module names.