From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Noah Lavine Newsgroups: gmane.lisp.guile.devel Subject: Re: PEG Patches Date: Mon, 28 Mar 2011 16:46:31 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1301345206 1387 80.91.229.12 (28 Mar 2011 20:46:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 28 Mar 2011 20:46:46 +0000 (UTC) Cc: guile-devel To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Mar 28 22:46:41 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 1Q4JKi-0004HK-GA for guile-devel@m.gmane.org; Mon, 28 Mar 2011 22:46:40 +0200 Original-Received: from localhost ([127.0.0.1]:33485 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4JKh-0004mq-Sj for guile-devel@m.gmane.org; Mon, 28 Mar 2011 16:46:39 -0400 Original-Received: from [140.186.70.92] (port=59312 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4JKc-0004ks-0H for guile-devel@gnu.org; Mon, 28 Mar 2011 16:46:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4JKa-0002lU-NF for guile-devel@gnu.org; Mon, 28 Mar 2011 16:46:33 -0400 Original-Received: from mail-vw0-f41.google.com ([209.85.212.41]:40437) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q4JKa-0002lG-Kw for guile-devel@gnu.org; Mon, 28 Mar 2011 16:46:32 -0400 Original-Received: by vws4 with SMTP id 4so3431282vws.0 for ; Mon, 28 Mar 2011 13:46:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=FsBhwjXJNvcwRWpcUSTWXTK5ibP4YD4CE6m16fhU7Y4=; b=RxEh791EXR99HMXKdVLPi2LNIbFazPqOd6Q51G2b6ixJqOxpUcQEWkyVrcP/A85tw7 mIyZwlu4KbIm9/nm/lwsptNkvPgph9kBEw/CSfvpc/WcylqFWWrOsq/8pOEMDmRrKowV 9s9ool1UkWJGTaLGdMBZEr6uPXXqZY3n43f6g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=xANvjeBrBV2Fj3sUuP+vMQ/P/A/M+f48Jr2sD3obzlL2rGskeYQWH5ZH3yuGI1fBQK a6VoLlpQEO2iVDqMlvYOuVMVUSEm+Pwrwe3caMZbdn0oN8LBwX2423vwA+mhtzn38WGt CmLcJY8QobUgAViDxWAt/yiPSWahEssRDXUqc= Original-Received: by 10.52.95.113 with SMTP id dj17mr5936029vdb.38.1301345191780; Mon, 28 Mar 2011 13:46:31 -0700 (PDT) Original-Received: by 10.52.166.194 with HTTP; Mon, 28 Mar 2011 13:46:31 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: ExDmmStzD60dL7hc9aTA0hpJn1g X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.212.41 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:12031 Archived-At: > I've been working on that. The attached two patches break the > circularity. The code still isn't organized brilliantly, but after > applying these I think we would only want pretty minor cleanups before > merging PEG into the main branch. Actually, forget this bit. I wrote it before I remembered that the s-expression language will probably need to be changed.