D Parser in D

Martin Nowak dawg at dawgfoto.de
Sat Nov 26 12:09:27 PST 2011


On Fri, 25 Nov 2011 19:58:19 +0100, NMS <nathanmswan at gmail.com> wrote:

> Is there a D parser written in D? - C strings kill me.
>
> Thanks, NMS

It's annoying to write one as long as the buffered input range with
infinite lookahead problem is not solved by the std library.


More information about the Digitalmars-d mailing list