YYLEX
DaveMord <[email protected]> Tue, 12 Dec 2006 12:59:53 -0800 (PST)
| Newsgroups | gmane.comp.lex.flex.general |
|---|---|
| Message-ID | <[email protected]> |
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.