[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[guile-reader-devel] Guile-Reader 0.6.2 released
From: |
Ludovic Courtès |
Subject: |
[guile-reader-devel] Guile-Reader 0.6.2 released |
Date: |
Wed, 08 Mar 2017 17:42:55 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
Version 0.6.2 of Guile-Reader for Guile 2.2, 2.0, and 1.8 is now available.
This release adds support for Guile 2.1 (forthcoming 2.2.x series).
http://dl.sv.nongnu.org/releases/guile-reader/guile-reader-0.6.2.tar.gz
http://dl.sv.nongnu.org/releases/guile-reader/guile-reader-0.6.2.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:
a576721999eeac8f7a9f8f454030ff904c75fa09 guile-reader-0.6.2.tar.gz
154147bd2897f412b328d714560ca892b50cedd1 guile-reader-0.6.2.tar.gz.sig
Documentation is available from:
http://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.2
* Port to Guile 2.1.7 (aka. 2.2).
* Install .go files in $libdir/guile/2.X by default.
* Mention 'eval-when' in the manual.
Ludovic.
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [guile-reader-devel] Guile-Reader 0.6.2 released,
Ludovic Courtès <=