Date: Wed, 19 Nov 1997 15:42:41 +0100 (MET) From: Hans-Bernhard Broeker 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! :) Now, what, actually, are you compiling? The DJGPP sources are what is found in the distributed .zip file djlsr201.zip. You, OTOH, seem to be talking about gcc, i.e. gcc2721s.zip. I'll assume the second case. As to the C/C++ parser sources you're looking for: gcc seems not to use (f)lex at all (not a single *.l file in the whole source distribution), but they do use yacc/bison. The files you're looking for would be parse.y (C) and cp/parse.y (C++), then, maybe in conjunction with the common cexp.y. Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.