* Guile-Reader 0.6.1 released
@ 2015-06-03 8:02 Ludovic Courtès
2015-06-03 10:32 ` Nala Ginrut
0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2015-06-03 8:02 UTC (permalink / raw)
To: guile-reader-devel-qX2TKyscuCcdnm+yROfE0A, guile-user-mXXj517/zsQ,
skribilo-users-qX2TKyscuCcdnm+yROfE0A
[-- Attachment #1.1: Type: text/plain, Size: 1981 bytes --]
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.
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]
[-- Attachment #2: Type: text/plain, Size: 188 bytes --]
_______________________________________________
Skribilo-users mailing list
Skribilo-users-qX2TKyscuCcdnm+yROfE0A@public.gmane.org
https://lists.nongnu.org/mailman/listinfo/skribilo-users
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Guile-Reader 0.6.1 released
2015-06-03 8:02 Guile-Reader 0.6.1 released Ludovic Courtès
@ 2015-06-03 10:32 ` Nala Ginrut
2015-06-03 12:27 ` Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: Nala Ginrut @ 2015-06-03 10:32 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: guile-user, skribilo-users, guile-reader-devel
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.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Guile-Reader 0.6.1 released
2015-06-03 10:32 ` Nala Ginrut
@ 2015-06-03 12:27 ` Ludovic Courtès
0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2015-06-03 12:27 UTC (permalink / raw)
To: Nala Ginrut; +Cc: guile-user
Nala Ginrut <nalaginrut@gmail.com> skribis:
> Maybe it's a good alternative for lexer?
It’s meant for simple variations on the Scheme syntax, see:
http://nongnu.org/guile-reader/doc/guile-reader.html#Introduction
Ludo’.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-06-03 12:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-03 8:02 Guile-Reader 0.6.1 released Ludovic Courtès
2015-06-03 10:32 ` Nala Ginrut
2015-06-03 12:27 ` 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).