From: mattias.waldau@abc.se ("Mattias Waldau")
Subject: Re: lex,yacc ?
25 Oct 1996 11:06:30 -0700
Sender: daemon@cygnus.com
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <199610251719.TAA26251.cygnus.gnu-win32@bure.abc.se>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Original-To: "Paul Mu" <ypaul@slc.unisys.com>, <gnu-win32@cygnus.com>
X-MSMail-Priority: Normal
X-Priority: 3
X-Mailer: Microsoft Internet Mail 4.70.1155
Original-Sender: owner-gnu-win32@cygnus.com

there is a bison (=yacc) and flex (=lex) in the gnuwin32-distribution.
They work fine, except that I have had some problems with the difference
between
\n (unix) och cr-lf (windows). 

The problem is easily solved by adding a rule

\x0a

in the the lex-grammar.


However, I have stopped using them and instead uses the products from MKS.
MKS Yacc is enhanced which makes it easier to build a conflict-free grammar

/mattias



----------
> From: Paul Mu <ypaul@slc.unisys.com>
> To: gnu-win32@cygnus.com
> Subject: lex,yacc ?
> Date:  den 24 oktober 1996 17:04
> 
> Hi,
> 	Does anybody know where I can get the free port of lex and yacc in
> 	NT. Or can I just get the unix source code and compile it using
> 	cygwin32 gcc ?
> 
> Thanks in advance ...
> Paul
> -
> For help on using this list, send a message to
> "gnu-win32-request@cygnus.com" with one line of text: "help".
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
