pinchot: Build parsers and ASTs for context-free grammars
Pinchot provides a simple language that you use to write a Haskell program that describes a context-free grammar. When run, this program creates a value representing the grammar. Using this value, you can automatically generate data types corresponding to the grammar, as well as an Earley parser to parse strings in that grammar.
For more documentation, see the Haddocks for the main Pinchot module.
[Skip to Readme]
Modules
[Index]
Flags
Manual Flags
Name | Description | Default |
---|---|---|
executables | Build executables | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- pinchot-0.2.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.2.0.0, 0.4.0.0, 0.6.0.0, 0.8.0.0, 0.10.0.0, 0.12.0.0, 0.14.0.0, 0.16.0.0, 0.18.0.0, 0.18.0.2, 0.18.2.0, 0.20.0.0, 0.22.0.0, 0.24.0.0 |
---|---|
Dependencies | base (>=4.8.0.0 && <5), containers (>=0.5.6.2), Earley (>=0.10.1.0), template-haskell (>=2.10), transformers (>=0.4.2.0) [details] |
License | BSD-3-Clause |
Copyright | 2015 Omari Norman |
Author | Omari Norman |
Maintainer | omari@smileystation.com |
Category | Development |
Home page | http://www.github.com/massysett/pinchot |
Bug tracker | http://www.github.com/massysett/pinchot/issues |
Source repo | head: git clone https://github.com/massysett/penny.git |
Uploaded | by OmariNorman at 2015-12-05T17:16:51Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | postal-parser, print-postal-grammar |
Downloads | 9027 total (0 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2015-12-05 [all 1 reports] |