[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[guile-reader-devel] Guile-Reader 0.6.1 released
From: |
Ludovic Courtès |
Subject: |
[guile-reader-devel] Guile-Reader 0.6.1 released |
Date: |
Wed, 03 Jun 2015 10:02:45 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Version 0.6.1 of Guile-Reader for Guile 2.0.x and 1.8.x is now available.
This is a bug-fix release.
http://dl.sv.nongnu.org/releases/guile-reader/guile-reader-0.6.1.tar.gz
http://dl.sv.nongnu.org/releases/guile-reader/guile-reader-0.6.1.tar.gz.sig
(The above URL redirects to a nearby mirror. You can instead use
download-mirror.savannah.gnu.org if mirrors aren’t up-to-date yet.)
SHA1 sums:
22d25eedf1f6305f5b837e5d59f4a2a2aca25bb8 guile-reader-0.6.1.tar.gz
9f2cc92a642edc92d06f3a3e7629b744eaa0c617 guile-reader-0.6.1.tar.gz.sig
Documentation is available from:
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, square-bracket S-exps, and brace 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.6.1
* Bugs fixed
* Fix compilation with GCC 4.5.
* Fix documentation extraction for recent versions of GNU grep.
* Ignore lightning when version >= 2 is found.
* Fix buffer overrun in the skexp token reader (with Guile 2.0).
Ludovic.
signature.asc
Description: PGP signature
- [guile-reader-devel] Guile-Reader 0.6.1 released,
Ludovic Courtès <=