This small code does not work with example/cxp:

/*Begin C Code*/
#if defined __HAB__
#define __HAB__
#endif
#define A 1

int a = A;
/*end C code*/

cxp output:
$ ./cxp kk2.h
(unknown):1: bad CPP defined
kk2.h:1: CPP error
kk2.h:
#f


On Mon, Dec 26, 2016 at 12:06 PM Matt Wette <matt.we...@gmail.com> wrote:

> NYACC, for Not Yet Another Compiler Compiler!, is set of guile modules for
> generating parsers and lexical analyzers.  It also provides sample parsers
> and pretty-printers using SXML trees as an intermediate representation.
>
> Version 0.73.0 has been released.  It provides some minor fixes.  I have
> not been working on this for a few months due to other priorities.  I am
> hoping to spend some quality time on this project now. This version fixes a
> few bugs in the C99 parser and pretty printer.
>
> git clone git://git.savannah.nongnu.org/nyacc.git <git://
> git.savannah.nongnu.org/nyacc.git>
>
> Or
>
> http://download.savannah.gnu.org/releases/nyacc/ <
> http://download.savannah.gnu.org/releases/nyacc/>
>
>
>

Reply via email to