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

Olle Fredriksson fredriksson.olle at gmail.com
Wed Sep 8 11:31:43 EDT 2010


Hello Paulo,

Glad to see some interest!

I just setup a repository over at github: http://github.com/ollef/Grempa

Fork away!

Kind regards,
Olle

On 8 September 2010 05:05, Paulo Tanimoto <ptanimoto at gmail.com> wrote:

> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20100908/92fb6ea0/attachment.html


More information about the Haskell-Cafe mailing list