[pro] Is cl-yacc going to cut it?

Nikodemus Siivola nikodemus at random-state.net
Fri Feb 4 15:20:39 UTC 2011


On 4 February 2011 16:39, Paul Tarvydas <paul.tarvydas at rogers.com> wrote:

> The relatively new PEG packrat parser technologies make it possible
> to use just one universal description for, both, scanning and
>  parsing.  I see that cl-peg exists, but I haven't tried it out.

Esrap is another packrat parser for CL:

  https://github.com/nikodemus/esrap

I had to parse some semi-structured text and wrote Esrap for that. Its
primary limitations are lacking support for parsing from streams (it
wants a string) and very little documentation.

Cheers,

 -- Nikodemus




More information about the pro mailing list