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 [email protected] http://lists.gnu.org/mailman/listinfo/guile-user
