skribilo-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Guile-Reader 0.6.3 released


From: Ludovic Courtès
Subject: Guile-Reader 0.6.3 released
Date: Mon, 27 Jul 2020 00:59:34 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Version 0.6.3 of Guile-Reader for Guile 3.0, 2.2, 2.0, and 1.8 is now available.
This release adds support for Guile 3.0.

  https://dl.sv.nongnu.org/releases/guile-reader/guile-reader-0.6.3.tar.gz
  https://dl.sv.nongnu.org/releases/guile-reader/guile-reader-0.6.3.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.)

SHA256 sum:

  38c2b444eadbb8c0cab78d90a44ec3ebff42bd410c5b84a91018cee7eb64d2bb  
guile-reader-0.6.3.tar.gz

Documentation is available from:

  https://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.3

  * Allow compilation with Guile 3.0.

  * Fix 'configure' misdetection of libguile features.

Ludovic.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]