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 Updates/Questions Date: Mon, 30 Aug 2010 08:32:53 -0700 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1283182209 371 80.91.229.12 (30 Aug 2010 15:30:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 30 Aug 2010 15:30:09 +0000 (UTC) Cc: Michael Lucy , guile-devel@gnu.org To: Phil Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Aug 30 17:30:08 2010 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 1Oq6JC-0001SG-Pr for guile-devel@m.gmane.org; Mon, 30 Aug 2010 17:30:06 +0200 Original-Received: from localhost ([127.0.0.1]:36927 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oq6J8-0005Q0-Ko for guile-devel@m.gmane.org; Mon, 30 Aug 2010 11:30:02 -0400 Original-Received: from [140.186.70.92] (port=38568 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oq6Is-0005NY-FB for guile-devel@gnu.org; Mon, 30 Aug 2010 11:29:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oq6Io-0002Sq-7S for guile-devel@gnu.org; Mon, 30 Aug 2010 11:29:46 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:51517 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oq6Io-0002Sk-5P for guile-devel@gnu.org; Mon, 30 Aug 2010 11:29:42 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 8948BD13CC; Mon, 30 Aug 2010 11:29:41 -0400 (EDT) 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=8jph8IOLCKkVwugzGDBi+TpIyOc=; b=uVLgFW +UYJySCsvAwZPeeCFaVFJ4X7f+NTwkrdunzfRXHTWUBkq7esUxTnf/wxsyGqtgpf 4SAq89XRxS+Elo9SQt/sFm1rINModnYtvodh5TmT8tQ+VtqEu7vd1CxoBJYLSd8b wQKtXWilsBWFkcAf8DN0yywlcpLYA5cB6w0hU= 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=Jd2JhOtDpAsThbfuSjTqVftdDse0Ogzs R9cXqISW7LXVAcQm8s0uMpUZlPhQzrYQWOxSVtD3qeoyBWWvjN72wb6wDf1sk4x/ RBHbGImUlt/C9bN7A8aLNSWRI3pfv1BLdu4A12aQFmboo6xq83V8HOionEAPSMoR DbRkx1cleEI= Original-Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 63539D13CB; Mon, 30 Aug 2010 11:29:39 -0400 (EDT) Original-Received: from unquote.localdomain (unknown [75.28.21.123]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id C7E26D13C4; Mon, 30 Aug 2010 11:29:36 -0400 (EDT) In-Reply-To: (Phil's message of "Sun, 29 Aug 2010 02:45:19 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 675845C4-B44B-11DF-944F-030CEE7EF46B-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:10811 Archived-At: Hi, On Sun 29 Aug 2010 00:45, Phil writes: > So is there a sort of ETA on when [PEG and other SoC projecsts] will > be part of Guile? Mmm, not really. I hope it will be soon, but I want to go through the code patch-by-patch, and that will take at least 3 or 4 hours, if everything goes well -- if there are problems it could take longer... So I don't want to make myself look silly again by mentioning a date :) Cheers, Andy -- http://wingolog.org/