DaveMord | 12 Dec 21:58
Favicon

YYLEX


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.

Gmane