From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.user Subject: [ANNOUNCE] Guile-Reader 0.4 Date: Wed, 12 Dec 2007 19:40:05 +0100 Message-ID: <871w9roiyi.fsf@chbouib.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1197484942 29658 80.91.229.12 (12 Dec 2007 18:42:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 12 Dec 2007 18:42:22 +0000 (UTC) Cc: guile-reader-devel@nongnu.org To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Dec 12 19:42:33 2007 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1J2WXO-0000ui-U4 for guile-user@m.gmane.org; Wed, 12 Dec 2007 19:42:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J2WX6-0003BW-W8 for guile-user@m.gmane.org; Wed, 12 Dec 2007 13:42:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J2WW5-0001tu-7I for guile-user@gnu.org; Wed, 12 Dec 2007 13:41:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J2WW4-0001t0-Au for guile-user@gnu.org; Wed, 12 Dec 2007 13:41:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J2WW4-0001sl-36 for guile-user@gnu.org; Wed, 12 Dec 2007 13:41:08 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1J2WW3-0007Wj-LF for guile-user@gnu.org; Wed, 12 Dec 2007 13:41:07 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1J2WVz-0003s8-PB for guile-user@gnu.org; Wed, 12 Dec 2007 18:41:03 +0000 Original-Received: from adh419.fdn.fr ([80.67.176.9]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Dec 2007 18:41:03 +0000 Original-Received: from ludo by adh419.fdn.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Dec 2007 18:41:03 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 52 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: adh419.fdn.fr X-URL: http://www.laas.fr/~lcourtes/ X-PGP-Key-ID: 0xEB1F5364 X-PGP-Key: http://www.laas.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 821D 815D 902A 7EAB 5CEE D120 7FBA 3D4F EB1F 5364 X-OS: i486-pc-linux-gnu User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) Cancel-Lock: sha1:ddtrplWzm/LIqQsGxY3FEsYmEFU= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:6366 Archived-At: Hello, Version 0.4 of Guile-Reader for Guile 1.8.x is now available. This is primarily a maintenance release. http://dl.sv.nongnu.org/releases/guile-reader/guile-reader-0.4.tar.gz http://dl.sv.nongnu.org/releases/guile-reader/guile-reader-0.4.tar.gz.sig The SHA1 sums for these two files are: ea90f28341629806f762d4b9839c408a7d1d5f4d guile-reader-0.4.tar.gz 2a16e662065492c3d0325e99adb4bfbc139d09ea guile-reader-0.4.tar.gz.sig Documentation is available at: 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 and R6RS square-bracket 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.4 * Bugs fixed * Recognize CR (ASCII 0x0d) and others as token delimiters * Documentation * New "Quick Start" section * Packaging * configure: New `--with-guilemoduledir' option * Various build fixes * Improve tree layout * Switch from GNU Arch to Git for version control Ludovic. _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user