unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* [ANNOUNCE] Guile-Reader 0.4
@ 2007-12-12 18:40 Ludovic Courtès
  0 siblings, 0 replies; only message in thread
From: Ludovic Courtès @ 2007-12-12 18:40 UTC (permalink / raw)
  To: guile-user; +Cc: guile-reader-devel

Hello,

Version 0.4 of Guile-Reader for Guile 1.8.x is now available.  This is
primarily a maintenance release.

  http://dl.sv.nongnu.org/releases/guile-reader/guile-reader-0.4.tar.gz
  http://dl.sv.nongnu.org/releases/guile-reader/guile-reader-0.4.tar.gz.sig

The SHA1 sums for these two files are:

  ea90f28341629806f762d4b9839c408a7d1d5f4d  guile-reader-0.4.tar.gz
  2a16e662065492c3d0325e99adb4bfbc139d09ea  guile-reader-0.4.tar.gz.sig

Documentation is available at:

  http://www.nongnu.org/guile-reader/

Guile-Reader is a reader creation framework for Guile.  It can be
thought of as an alternative to Guile's built-in reader.  The purpose of
Guile-Reader is to allow for the creation of readers for different
variants of the Scheme/Lisp syntax.  Its design allows the re-use and
composition of various parts of a lexer called "token readers".  It
comes with a library of re-usable token readers that can be used to
build a Scheme reader with various extensions.  For instance, syntax
extensions for DSSSL keywords, SRFI-30 block comments, SRFI-62 S-exp
comments and R6RS square-bracket S-exps are provided and readily usable
through the `make-alternate-guile-reader' procedure.

Additionally, Guile-Reader aims to improve on Guile's reader sub-system
by allowing for the coexistence of several, potentially incompatible,
readers within a single Guile program.  In particular, it provides a
"confinement" mechanism that confines changes made via `read-set!' and
`read-hash-extend' to the calling module.

New in Guile-Reader 0.4

  * Bugs fixed

    * Recognize CR (ASCII 0x0d) and others as token delimiters

  * Documentation

    * New "Quick Start" section

  * Packaging

    * configure: New `--with-guilemoduledir' option
    * Various build fixes
    * Improve tree layout
    * Switch from GNU Arch to Git for version control

Ludovic.



_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-12 18:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-12 18:40 [ANNOUNCE] Guile-Reader 0.4 Ludovic Courtès

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).