The latest version of pinchot is 0.24.0.0-0.
pinchot
Version 0.14.0.0 revision 0 uploaded by OmariNorman.
Package meta
- Synopsis
- Build parsers and ASTs for context-free grammars
- Description
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.
- Author
- Omari Norman
- Bug reports
- http://www.github.com/massysett/pinchot/issues
- Category
- Development
- Copyright
- 2015 Omari Norman
- Homepage
- http://www.github.com/massysett/pinchot
- Maintainer
- omari@smileystation.com
- Package URL
- n/a
- Stability
- Experimental