unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: Matt Wette <matt.wette@gmail.com>
To: guile-user <guile-user-bounces+amirouche=hypermove.net@gnu.org>
Cc: guile-devel <guile-devel@gnu.org>
Subject: [ANN] nyacc 0.82.0 released
Date: Sun, 10 Sep 2017 08:37:27 -0700	[thread overview]
Message-ID: <F0B08C97-F54A-4305-9A1C-BCE771593C38@gmail.com> (raw)
In-Reply-To: <EDFB9E11-6781-4F31-A654-4C644350CA4F@gmail.com>

Nyacc 0.82.0 has been released

In this version I have cleaned up more of the FFI Helper.  Note:
1) In the distribution, you will see example .ffi files in examples/ffi/.
2) use of the FFI Helper required the bytestructures package, available from:
   	https://github.com/TaylanUB/scheme-bytestructures
3) ffi/cairo.ffi is converted to ffi/cairo.scm by the command
	$ guild compile-ffi ffi/cairo.ffi
4) It works on my mac.  I don't know what else: the code needs to have access
   to files in odd places (e.g., lib/gcc/..../include
5) If you do `make install', and have bytestructures in the SITE_SCM_DIR, then 
   this should work:
	$ make install-ffi-help
	...
	+++ warning: the FFI Helper is experimental
	ffi-help: can't do varargs (yet)
	wrote `/var/tmp/zz/scm/ffi/sqlite3.scm'
	wrote `/var/tmp/zz/go/ffi/sqlite3.go'
	+++ warning: the FFI Helper is experimental
	ffi-help: can't do varargs (yet)
	wrote `/var/tmp/zz/scm/ffi/libgit2.scm'
	wrote `/var/tmp/zz/go/ffi/libgit2.go'
	+++ warning: the FFI Helper is experimental
	ffi-help: can't do varargs (yet)
	ffi-help: no FFI float-type for "long double"
	wrote `/var/tmp/zz/scm/ffi/glib.scm'
	wrote `/var/tmp/zz/go/ffi/glib.go'
	...

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




       reply	other threads:[~2017-09-10 15:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <EDFB9E11-6781-4F31-A654-4C644350CA4F@gmail.com>
2017-09-10 15:37 ` Matt Wette [this message]
2017-09-10 18:17   ` [ANN] nyacc 0.82.0 released Matt Wette
2017-09-12  1:44   ` Matt Wette
2017-09-16 16:53   ` [ANN] nyacc 0.82.1 released Matt Wette
2017-11-11 14:27     ` Jan Nieuwenhuizen
2017-11-11 15:22       ` Matt Wette

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=F0B08C97-F54A-4305-9A1C-BCE771593C38@gmail.com \
    --to=matt.wette@gmail.com \
    --cc=guile-devel@gnu.org \
    --cc=guile-user-bounces+amirouche=hypermove.net@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).