help-bison
[Top][All Lists]
Advanced

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

Beginner Question -- How to include code in lexer.h and parser.h file


From: Maansi Gupta
Subject: Beginner Question -- How to include code in lexer.h and parser.h file
Date: Thu, 3 Jul 2003 04:30:14 -0700 (PDT)

We need to introduct some header files in the .h files
for Lexer and 
Parser. 

Parser includes all %token definitions in its header
file But we 
cannot have any #include statements in the Declaration
Section. In 
the same way for Lexer. The code inside %{ and }% is
not included in 
the .h file

We have to manually include the code in the header
files. Is there 
some option to be specified while compiling that We
are missing??? 
Please do help on this issue. 

Thanx


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com




reply via email to

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