unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* guile-reader 0.2: A Reader Framework for Guile
@ 2005-11-24 12:24 Ludovic Courtès
  0 siblings, 0 replies; only message in thread
From: Ludovic Courtès @ 2005-11-24 12:24 UTC (permalink / raw)
  Cc: guile-reader-devel

Hello,

Version 0.2 of guile-reader for Guile 1.7 is now available:

  http://savannah.nongnu.org/download/guile-reader/guile-reader-0.2.tar.gz
  http://savannah.nongnu.org/download/guile-reader/guile-reader-0.2.tar.gz.sig

The SHA1 sums for these two files are:

  64ba562cd9ea4deeb5045054072a41f712eaa7e6  guile-reader-0.2.tar.gz
  2e2ae7c8ef652b3b72dc841bd614c480c3fa685c  guile-reader-0.2.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 to easily create readers for different variants
of the Scheme/Lisp syntax.  Its design allows to re-use and assemble
various parts of a parser 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.

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.

Excerpt from the `NEWS' file:

  * Modified `make-reader' with support for source position recording.

  * New token readers such as: SRFI-30 block comments, SRFI-62 S-exp
    comments, R6RS-like square bracket S-exps, curly-brace S-exps.

  * New high-level API (namely `make-alternate-guile-reader') to create
    Scheme readers.

  * Read extension confinement module: replaces `read-options-interface'
    and `read-hash-extend' with confined variants.

  * Online documentation of token readers and improved documentation.

  * Bug fixes.

Thanks,
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:[~2005-11-24 12:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-24 12:24 guile-reader 0.2: A Reader Framework for Guile 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).