guile-user
[Top][All Lists]
Advanced

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

[ANN] nyacc version 0.92.0 released


From: Matt Wette
Subject: [ANN] nyacc version 0.92.0 released
Date: Sun, 14 Apr 2019 11:00:17 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

nyacc version 0.92.0 has been released

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.

It provides a decent C parser and a `FFI Helper' tool to help create
Guile Scheme bindings for C-based libraries.

It provides (partially implemented) compilers based on above mentioned
parsers to allow execution with Guile as extension languages.

------------------------------------
changes to release 0.92.0 relative to 0.91.0 are:
1) The build system was changed to use (minimal) autoconf with Makefile.in's
   over older Makefile.nyacc file
2) I fixed bug in the FFI Helper where code for unions was not being
   generated correctly.

If no bugs show up in the next few months the next release will be 1.0.
------------------------------------

NYACC maturity is production/stable level.

NYACC is free software; the full source distribution is available through

* the tarball repository:
    https://download.savannah.gnu.org/releases/nyacc/

* the git repository:
    git://git.savannah.nongnu.org/nyacc.git

home page, project page and user's guides:
* https://www.nongnu.org/nyacc
* https://savannah.nongnu.org/projects/nyacc
* https://www.nongnu.org/nyacc/nyacc-ug.html
* https://www.nongnu.org/nyacc/ffi-help.html

For support see:
    https://savannah.nongnu.org/support/?group=nyacc




reply via email to

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