www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.ide
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript
electronics




D - Lemon parser generator: D support implemented

↑ ↓ ← Serge V. <serge vak.ru> writes:
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
Mar 17 2008
↑ ↓ → aarti_pl <aarti interia.pl> writes:
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)
Mar 17 2008