help-flex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

YYLEX


From: DaveMord
Subject: YYLEX
Date: Tue, 12 Dec 2006 12:59:53 -0800 (PST)

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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]