help-bison
[Top][All Lists]
Advanced

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

Request for Help


From: Prasad Venkata Kothe
Subject: Request for Help
Date: Tue, 10 Oct 2006 18:35:57 +0530

Hello there,

 

Recently I have moved to Bison from YACC due to token limitation.

While that issue is resolved, I am facing with a new problem.

 

I have another file which I want to include in my Bison output file.

 

Example:

Suppose my Y file is "temp.y"

And the BISON generated file is "temp.c"

 

I want to include another file called "another.c" in "temp.c".

I do not want to do this manually but when the "temp.c" is generated using
BISON.

 

Something like this in the generated C file using the -Y option for BISON

#if MYPARSER

#include "another.c"

#endif

 

Note: This was possible using YACC compiler.

 

If help can be provided on phone, please provide us the number and we will
call you back.

 

Please help me regarding this and an early reply will be greatly
appreciated.

 

Thanks in advance.

Prasad V Kothe

 



reply via email to

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