Peggy
Peggy copied to clipboard
The Parser Generator for Haskell
Hi there I'm trying to install the library but I can't find it. here is the result: `cabal install Peggy cabal.exe: Unknown package "Peggy". Did you mean any of the...
I'd like to use Peggy very much. But GHC 7.10.x or 8.x doesn't seem to be supported. I was wondering if you would adapt Peggy to GHC 7.10.x or 8.x.
I relaxed version restriction of the following packages. | package name | before | after | newest version (2014.04.19) | | --- | --- | --- | --- | |...
Add description for; flag build-example
This looks like a terrific library, and I am curious to explore using it to speed up the kind of textual parsing I do in pandoc. (I already have a...
For example I might want to define algebraic data types for nodes close to their peggy rules. Currently I can have only one `[peggy||]` per file/module.
Maybe there is already a better way to do this, but it would be useful to be able to be able to make a rule not match in the semantic...
I'm attempting to automatically convert a large PEG grammar and it has rules that begin with upper case characters. As a work-around I'd like to prefix them with an underscore,...
This is particularly useful when converting existing and large PEG grammars.
http://www.haskell.org/ghc/docs/latest/html/users_guide/pragmas.html#line-pragma