[Haskell-cafe] ANNOUNCE: Grempa 0.1.0, Embedded grammar DSL and LALR parser generator

Paulo Tanimoto ptanimoto at gmail.com
Tue Sep 7 23:05:24 EDT 2010


Hi Olle,

On Mon, Sep 6, 2010 at 12:45 PM, Olle Fredriksson
<fredriksson.olle at gmail.com> wrote:
> There are a few other examples in the examples directory of the package,
> most
> notably a grammar and parser for a simple functional language similar to
> Haskell.
> It is possible to generate random input strings and their expected outputs
> for grammars written using Grempa which makes it possible to test the
> generated
> parsers with QuickCheck.
> The package and documentation (should be up soon) can be found here:
> http://hackage.haskell.org/package/Grempa-0.1.0

Very nice job, I'm interested in using it.  I wonder why the
documentation hasn't been generated on Hackage yet.  (I generated it
for myself locally.)

Do you plan to set up a repository somewhere?

Thanks!

Paulo


More information about the Haskell-Cafe mailing list