Date: Wed, 19 Nov 1997 13:09:54 +0200 (IST) From: Eli Zaretskii To: Fabrice ILPONSE cc: djgpp workers group Subject: Re: .LEX In-Reply-To: <3472BE64.3452@trash.lip6.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 19 Nov 1997, Fabrice ILPONSE wrote: > i've downloaded the djgpp sources and i've been able to rebuild it! But > i was lokking for the source file of the C/C++ syntaxe (compiled with > bison or lex). It seems not to be in the package! :) The parser grammar is in parse.y, and is compiled with Bison into parse.c. The lexer seems to be hand-written, it's in c-lex.c.