[erlang-questions] [ANN] neotoma, a PEG/packrat library for Erlang

Sean Cribbs seancribbs@REDACTED
Tue Jun 23 14:43:55 CEST 2009


Torben,

Jeff's library was my starting point for the parser-combinators.  I 
renamed most of the functions in it, added some features, and removed 
some others, so they may bear only slight resemblance to the originals. 
I give him credit in the comments at the top of the peg module.

Sean

Torben Hoffmann wrote:
> Hi Sean,
>
> Great work - are you aware of the Erlang parsec implementation by Jeff
> Meunier?
> http://www.engr.uconn.edu/~jeffm/Source/Erlang/
>
> You are one up on Jeff since you allow usage of a .peg file as input - I
> have written a parser using Jeff's library and it works like a charm, but it
> is manually created code and that is not what you really want!
>
> Cheers,
> Torben
>   



More information about the erlang-questions mailing list