12 Dec 21:58
YYLEX
From: DaveMord <david_moriconi <at> hotmail.com>
Subject: YYLEX
Newsgroups: gmane.comp.lex.flex.general
Date: 2006-12-12 20:59:53 GMT
Subject: YYLEX
Newsgroups: gmane.comp.lex.flex.general
Date: 2006-12-12 20:59:53 GMT
Hi, When I compile my lex file, it does not generate me in the .c the definition of YYLEX. So, there is a bug when yyparse calls YYLEX. My yyparse was generated by Bison. Here is my compilations call: bison -d -l -o tcyacc.c TL1.yac flex -l -v -osonetlex.c tl1_snt.lex In my lex, i set the following options: never-interactive and noyywrap. Any help is appreciated! -- -- View this message in context: http://www.nabble.com/YYLEX-tf2810154.html#a7841616 Sent from the Gnu - Flex mailing list archive at Nabble.com.
RSS Feed