Message-ID: <3CF2C3DE.B8E4EB3A@hfx.andara.com> From: Ron Schofield Organization: Schofield Computer Organization X-Mailer: Mozilla 4.79 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Flex/Byacc file naming question Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 12 Date: Mon, 27 May 2002 20:40:14 -0300 NNTP-Posting-Host: 24.222.4.124 X-Trace: nnrp1.uunet.ca 1022542878 24.222.4.124 (Mon, 27 May 2002 19:41:18 EDT) NNTP-Posting-Date: Mon, 27 May 2002 19:41:18 EDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I downloaded both Flex and Byacc. When running the Byacc, I get the standard yacc filename of y.tab.c When running the Flex, I get the non-standard lex filename of lexyy.c instead of lex.yy.c Would it be possible or correct to have the Flex changed so that creates the standard filename? I know that isn't not a standard DOS filename, but if Byacc does it, why shouldn't Flex? Ron