help-bison
[Top][All Lists]
Advanced

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

Re: BISON CONNECT MYSQL WHIT API C


From: Hans Aberg
Subject: Re: BISON CONNECT MYSQL WHIT API C
Date: Mon, 24 Jul 2006 21:08:05 +0200

[Replies, please make sure cc'ing Help-Bison.]

If you try to write a Bison generated parser that calls the C API, you just make sure the API header is seen from the Bison actions. I.e.,
%{
...
#include "API.h"
...
%}
...
%%
...

  Hans Aberg


On 24 Jul 2006, at 18:00, Laura Arce wrote:

Hi: I’m trating to use a API C to connect to mysql, because I must to
extract from it the formulates to .
where I must copy file C to be able to do inclue in the code bison?

Thanks.

Laura Arce.



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.10.4/396 - Release Date:
24/07/2006

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





reply via email to

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