pinchot: Write grammars, not parsers
Pinchot provides a simple language that you use to write a Haskell value that describes a context-free 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 |
Automatic Flags
Name | Description | Default |
---|---|---|
oldtemplatehaskell | Use version of Template Haskell before 2.11 | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- pinchot-0.18.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.11.0.1), lens (>=4.13), ListLike (>=4.2.1), semigroups (>=0.18.1), template-haskell (>=2.10), transformers (>=0.4.2.0) [details] |
License | BSD-3-Clause |
Copyright | 2015-2016 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 2016-04-30T13:56:14Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | newman |
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 2016-04-30 [all 1 reports] |