From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: PEG Parser Date: Sun, 30 Jan 2011 12:43:16 +0100 Message-ID: References: <87bp3fi5cp.fsf@gnu.org> <87aaisr6sn.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1296391219 7962 80.91.229.12 (30 Jan 2011 12:40:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 30 Jan 2011 12:40:19 +0000 (UTC) Cc: Michael Lucy , Ludovic =?utf-8?Q?Court=C3=A8s?= , guile-devel@gnu.org To: Noah Lavine Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Jan 30 13:40:14 2011 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PjWZc-0000sd-RX for guile-devel@m.gmane.org; Sun, 30 Jan 2011 13:40:09 +0100 Original-Received: from localhost ([127.0.0.1]:58639 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PjWZc-0004RV-6R for guile-devel@m.gmane.org; Sun, 30 Jan 2011 07:40:08 -0500 Original-Received: from [140.186.70.92] (port=38572 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PjWXu-0003fV-Pv for guile-devel@gnu.org; Sun, 30 Jan 2011 07:38:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PjWXt-0002tU-OM for guile-devel@gnu.org; Sun, 30 Jan 2011 07:38:22 -0500 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:56448 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PjWXt-0002VQ-MW; Sun, 30 Jan 2011 07:38:21 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id EC4B132A4; Sun, 30 Jan 2011 07:37:40 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=BtfsZMEoG23x1Fea5EYZOZj6LJo=; b=ql8ayx qG/suiEdaqW1QDVvXwCz0J3NtD2j6ck9tm7i+7fi3VG7l+2SmC5tvwW4RWVFmImd 5hQaBqFGej1nXwkQngjXL9q/ZnvQoPV/sbXpU48PfVD9Z0WDo4a/sgoGUq9SHn8l Lo0ETSy4MrE6JoqbgeSQ0sK9SVNd+Uma/IbQc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=MIwCJN3FgKylum29zMwQWoayMmdyT7QV X4/kbx6q2gemmO+e06NP0z+ofoSBl7J280vZFeIzU5Y7AZhzUaoI1cQu3IgO7iMm WhqgvBgve1L+pYhkCc6WPTduKFi9z/Mf9NF9NAZo6oCI1SjF8S1TCXoJFrB77oeQ +PXPsVobnWI= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id B7AC63289; Sun, 30 Jan 2011 07:37:37 -0500 (EST) Original-Received: from unquote.localdomain (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id A79363288; Sun, 30 Jan 2011 07:37:33 -0500 (EST) In-Reply-To: (Noah Lavine's message of "Sat, 29 Jan 2011 14:37:55 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: B85ABDEA-2C6D-11E0-83DB-BC4EF3E828EC-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 64.74.157.62 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:11427 Archived-At: On Sat 29 Jan 2011 20:37, Noah Lavine writes: > I'm about halfway through porting peg.scm to use hygienic macros Super! I'll work on other bugs then :) Andy -- http://wingolog.org/