parser-helper: Prints Haskell parse trees in JSON.

[ apache, development, program ] [ Propose Tags ]

Serialize haskell-src-exts parse trees to JSON.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Dependencies aeson (>0.7), base (>=4.6 && <4.7), bytestring (>0.10), haskell-src-exts (>1.15 && <1.16), text (>1.0) [details]
License Apache-2.0
Author Peter A. Jonsson
Maintainer jonsson.peter.a@gmail.com
Category Development
Source repo head: git clone https://github.com/pjonsson/parser-helper
Uploaded by carymrobbins at 2014-06-04T17:17:18Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables parser-helper
Downloads 1056 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Successful builds reported [all 8 reports]

Readme for parser-helper-0.1.0.0

[back to package description]

Parser-helper - Serialize haskell-src-exts to JSON.

Parser-helper parses a Haskell file with haskell-src-exts and prints a JSON-serialized parse tree to standard out.