Related articles |
---|
Including bison parser into C++ jed2@dana.ucc.nau.edu (2001-06-14) |
Re: Including bison parser into C++ jacob@jacob.remcomp.fr (jacob navia) (2001-06-21) |
Re: Including bison parser into C++ tim.vanholder@falconsoft.be (Tim Van Holder) (2001-06-21) |
From: | "jacob navia" <jacob@jacob.remcomp.fr> |
Newsgroups: | comp.compilers |
Date: | 21 Jun 2001 03:09:05 -0400 |
Organization: | Wanadoo, l'internet avec France Telecom |
References: | 01-06-038 |
Keywords: | C, C++ |
Posted-Date: | 21 Jun 2001 03:09:05 EDT |
"Joshua Earl Donahue" <jed2@dana.ucc.nau.edu> wrote in message
> What I am trying to do is include my bison parser into C++ I currently
> have the parser so that it will compile fine with the CC compiler and
> to include the parser into my program I just #include "y.tab.c". This
> works fine
[snip]
First rule of software engineering:
>>>>> If it ain't broke DO NOT FIX IT! <<<<<<
Return to the
comp.compilers page.
Search the
comp.compilers archives again.