[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ANN] nyacc 0.80.4 released
From: |
Matt Wette |
Subject: |
[ANN] nyacc 0.80.4 released |
Date: |
Fri, 28 Jul 2017 16:47:04 -0700 |
NYACC version 0.80.4 is released
This is a bug-fix release, to fix several bugs discovered by janneke. Thanks
Jan.
1) C parser not parsing “0ULL” as numeric; fixed.
2) #undef FOO not working; fixed;
3) struct foo { …} => (struct-def (ident (“foo”))… ; fixed: => (struct-def
(ident “foo”) …
4) C pre-processor argument reading dropping characters
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.
NYACC maturity is beta level.
NYACC is free software; the full source distribution is available through
tarball repository:
https://download.savannah.gnu.org/releases/nyacc/
git repository:
git://git.savannah.nongnu.org/nyacc.git
home page, project page, user's guide:
http://www.nongnu.org/nyacc
https://savannah.nongnu.org/projects/nyacc
http://www.nongnu.org/nyacc/nyacc-ug.html
For support see:
https://savannah.nongnu.org/support/?group=nyacc
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [ANN] nyacc 0.80.4 released,
Matt Wette <=