guile-user
[Top][All Lists]
Advanced

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

Re: nyacc 0.73.0 released


From: Matt Wette
Subject: Re: nyacc 0.73.0 released
Date: Tue, 10 Jan 2017 18:58:50 -0800

Thanks.  This still in 0.74.1.  I’ve been working on the CPP a lot the last 
week.  Will work it. — Matt


> On Jan 10, 2017, at 6:33 PM, Chaos Eternal <address@hidden> wrote:
> 
> 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 <address@hidden 
> <mailto:address@hidden>> 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 
> <http://git.savannah.nongnu.org/nyacc.git> 
> <git://git.savannah.nongnu.org/nyacc.git 
> <http://git.savannah.nongnu.org/nyacc.git>>
> 
> Or
> 
> http://download.savannah.gnu.org/releases/nyacc/ 
> <http://download.savannah.gnu.org/releases/nyacc/> 
> <http://download.savannah.gnu.org/releases/nyacc/ 
> <http://download.savannah.gnu.org/releases/nyacc/>>
> 
> 



reply via email to

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