Lemon parser generator: D support implemented

Serge V. serge at vak.ru
Mon Mar 17 23:11:15 PDT 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


More information about the Digitalmars-d-announce mailing list