March 17, 2008
I added a D support to Lemon parser generator. Sources could be downloaded from Googlecode project page:

http://lemon-parser-generator.googlecode.com/files/lemon-0.1.tgz

Lemon is a LALR parser generator, written by Dr. Richard Hipp. It does the
same job as GNU bison and yacc; however, Lemon is not another bison or yacc
clone. It uses a different grammar syntax which is designed to reduce the
number of coding errors. Lemon also uses a parsing engine that is both
reentrant and thread-safe.
___
Regards,
Serge Vakulenko
March 17, 2008
Serge V. pisze:
> I added a D support to Lemon parser generator. Sources could be downloaded
> from Googlecode project page:
> 
> http://lemon-parser-generator.googlecode.com/files/lemon-0.1.tgz
> 
> Lemon is a LALR parser generator, written by Dr. Richard Hipp. It does the
> same job as GNU bison and yacc; however, Lemon is not another bison or yacc
> clone. It uses a different grammar syntax which is designed to reduce the
> number of coding errors. Lemon also uses a parsing engine that is both
> reentrant and thread-safe.
> ___
> Regards,
> Serge Vakulenko

Please use other group on digitalmars.com. In your case best will be digitalmars.D.announce.

This group is AFAIK dead and almost no one reads it.

BR
Marcin Kuszczak
(aarti_pl)