skribilo-users
[Top][All Lists]
Advanced

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

Re: [skribilo-users] Guile-Reader 0.6.1 released


From: Nala Ginrut
Subject: Re: [skribilo-users] Guile-Reader 0.6.1 released
Date: Wed, 03 Jun 2015 18:32:13 +0800

Thanks for the work!
Maybe it's a good alternative for lexer?

On Wed, 2015-06-03 at 10:02 +0200, Ludovic Courtès wrote:
> 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.





reply via email to

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