parser generator in d

Manfred_Nowak svv1999 at hotmail.com
Fri Jul 4 00:37:54 PDT 2008


llee wrote:

> parser generators for D

GOLD (http://www.devincook.com/goldparser/) is a forever free tool for 
visual aiding the definition of LALR(1)-grammars for a given language.

It has an import feature for yacc grammars and can generate parsers and 
scanners in D. The generation process is guided by user definable 
macros.

A macro collection for D is available (author: Matthias Piepkorn) 
http://www.devincook.com/goldparser/engine/d/index.htm

I have setup a macro collection too, which seems to be twice as fast as 
Matthias'. My collection is unpublished but I am willing to share on a 
personal basis.

-manfred



More information about the Digitalmars-d mailing list