Hi
we implemented our yyparse in yyparse.c file. I want to know how to indicate
to Bison to take this file as template. I tried : bison -d -l -o tcyacc.c
TL1.yyparse.c 

My yac file is named: TL1.y and i saw somwhere to replace .y by the parser
file name (yyparse.c in my case) But this doesn't work (no such file or
directory named TL1.yyparse.c )

Thanks for any help
-- 
View this message in context: 
http://www.nabble.com/Parser-file-tf2795128.html#a7798051
Sent from the Gnu - Bison - Help mailing list archive at Nabble.com.



_______________________________________________
help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to