From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Israelsson Tampe Newsgroups: gmane.lisp.guile.devel Subject: rackets syntax parse Date: Sun, 22 Jan 2012 23:38:38 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0015174c16603c4c6604b7259355 X-Trace: dough.gmane.org 1327271929 12949 80.91.229.12 (22 Jan 2012 22:38:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 22 Jan 2012 22:38:49 +0000 (UTC) To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Jan 22 23:38:45 2012 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rp63g-0004rG-OB for guile-devel@m.gmane.org; Sun, 22 Jan 2012 23:38:44 +0100 Original-Received: from localhost ([::1]:36308 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rp63g-0002If-8s for guile-devel@m.gmane.org; Sun, 22 Jan 2012 17:38:44 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:54338) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rp63d-0002IP-0D for guile-devel@gnu.org; Sun, 22 Jan 2012 17:38:42 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rp63b-0004Ho-SF for guile-devel@gnu.org; Sun, 22 Jan 2012 17:38:40 -0500 Original-Received: from mail-ey0-f169.google.com ([209.85.215.169]:48351) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rp63b-0004Hh-Ne for guile-devel@gnu.org; Sun, 22 Jan 2012 17:38:39 -0500 Original-Received: by eaai11 with SMTP id i11so215390eaa.0 for ; Sun, 22 Jan 2012 14:38:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=Sqx7Tb5iiDzE38ufcmrdoR5aPcU5hJb3sWvRugf6iiY=; b=axPxh/yLEUOIeILvx4QDznrHkGG37IRm1pI+w0ZD59EdqZgSBwtKE0rtqBEyqbtMfp AQjhLK9iaCDbgR7HI7SkjNYIKU/L8vCeUBDnB3nZjXfUtTckXajGH2d69xWHjh2LL5Hc /JigeYBrP3TGXJtqfglXS+LkkQnZIi45EyGFA= Original-Received: by 10.213.32.202 with SMTP id e10mr1130755ebd.98.1327271918717; Sun, 22 Jan 2012 14:38:38 -0800 (PST) Original-Received: by 10.213.7.6 with HTTP; Sun, 22 Jan 2012 14:38:38 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.215.169 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:13633 Archived-At: --0015174c16603c4c6604b7259355 Content-Type: text/plain; charset=ISO-8859-1 Hi All, I just want to announce the port of racket's syntax-parse that I host at, https://gitorious.org/guile-syntax-parse/guile-syntax-parse (LGPL v.2) To run it you will need syntax-local-binding (stable-2.0) which may or may not be released with the next upcoming version of guile. It remains to write a huge test suite and probably to fix a large number of remaining bugs but still it is now in such a shape that one can play with it. Please do and help me improve the port by finding bugs. Documentation can be found at, http://docs.racket-lang.org/syntax/Parsing_Syntax.html Regards Stefan --0015174c16603c4c6604b7259355 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi All,

I just want to announce the port of racket's syntax-pars= e that I host at,

https://gitorious.org/guile-syntax-= parse/guile-syntax-parse (LGPL v.2)

To run it you will need syntax-local-binding (stable-2.0) which may or = may not be released with the next
upcoming version of guile.

It r= emains to write a huge test suite and probably to fix a large number of rem= aining bugs but still
it is now in such a shape that one can play with it. Please do and help me = improve the port by
finding bugs.

Documentation can be found at,=
http://docs.racket-lang.org/syntax/Parsing_Syntax.html
Regards
Stefan
--0015174c16603c4c6604b7259355--