Lemonade : Lemon parser generator for D V 0.01
Christoph Singewald
christoph at singewald.at
Sat Jun 2 14:00:08 PDT 2007
Did somebody build Lemonade under unix with gcc 4.1.2?
I had to change somt things.
tnx
christoph
Carlos wrote:
> Joey Peters wrote:
>> This is pretty nice. Where can I find the template file you used to
>> generate ex01.d?
>>
>
> Sorry, forgot to zip it.
> Lempar.zip contains lempar.d, which is the template for D.
>
> This template both use D debug(...)
> and @ifndef NDEBUG to delimit debug
> code. That won't stay that way.
>
> To produce ex01.exe:
>
> C:\> lemond ex01.y
> C:\> dmd ex01.d
> C:\> ex01
> RESULT: 3
More information about the Digitalmars-d-announce
mailing list