From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nala Ginrut Newsgroups: gmane.lisp.guile.devel Subject: Re: lua branch rebased Date: Tue, 10 Sep 2013 09:21:53 +0800 Message-ID: References: <87li35oih2.fsf@Kagami.home> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e013cbdc47a86ed04e5fd5426 X-Trace: ger.gmane.org 1378776121 6300 80.91.229.3 (10 Sep 2013 01:22:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Sep 2013 01:22:01 +0000 (UTC) Cc: guile-devel To: Ian Price Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Sep 10 03:22:05 2013 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VJCeb-0008QD-8H for guile-devel@m.gmane.org; Tue, 10 Sep 2013 03:22:05 +0200 Original-Received: from localhost ([::1]:54331 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJCea-00054i-Ly for guile-devel@m.gmane.org; Mon, 09 Sep 2013 21:22:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35471) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJCeT-00054Z-0r for guile-devel@gnu.org; Mon, 09 Sep 2013 21:21:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VJCeQ-00025i-PE for guile-devel@gnu.org; Mon, 09 Sep 2013 21:21:56 -0400 Original-Received: from mail-ob0-x22f.google.com ([2607:f8b0:4003:c01::22f]:42852) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJCeQ-00025W-KM for guile-devel@gnu.org; Mon, 09 Sep 2013 21:21:54 -0400 Original-Received: by mail-ob0-f175.google.com with SMTP id xn12so6665471obc.34 for ; Mon, 09 Sep 2013 18:21:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=s8kxlsu+mcZcfqHz9wsQjOjr3yPGluHBw1wXre0V5Us=; b=kSkeycViQ9Rdl+yN0wliET/66vrBPoO4YIM3NRh9vGZbqFTzttGC8MTXtsp1GOnDXw cr7bR/o7gWyYBrigU8zpsl1fngIvuN0t9B9jH/1hbRxkFZqiT4oXHH+naxcr8/nYCrFM 6oA/t9qqBA5y6TuubJi+qnUWYmcLfcChVeQElBDAUhD/aB65PYFJ93aEDOWTL1JgMFWZ O2HvBUMY1AKw6uJ1BV3FuVPLMF8+7SHCC/3w8uGrbKot3nvZEvrNJNVsBRSLXOzGf/jD 169t3zGzMKpySC8Rju8jOIvwj690ZekEHbBGjFeZbj5THbaMExSCSgylnrAcJT2/bU74 +HrA== X-Received: by 10.182.130.131 with SMTP id oe3mr13385848obb.34.1378776113643; Mon, 09 Sep 2013 18:21:53 -0700 (PDT) Original-Received: by 10.182.8.102 with HTTP; Mon, 9 Sep 2013 18:21:53 -0700 (PDT) Original-Received: by 10.182.8.102 with HTTP; Mon, 9 Sep 2013 18:21:53 -0700 (PDT) In-Reply-To: <87li35oih2.fsf@Kagami.home> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::22f 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:16619 Archived-At: --089e013cbdc47a86ed04e5fd5426 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Congrats! You survived from that manual parser! :-) But I'm concern the parser is hard to extend if we need mordern Lua grammar= . 2013-9-10 AM4:20=EF=BC=8C"Ian Price" =EF=BC=9A > > > So, it's been 5 months since I originally posted those patches about > Guile Lua. How time flies when you are steadfastly not wanting to touch > a parser :) > > Anyway, I have pushed those patches, and rebased lua on the current > master. This means all the test cases for lua (such as they are) > actually pass. > > -- > Ian Price -- shift-reset.com > > "Programming is like pinball. The reward for doing it well is > the opportunity to do it again" - from "The Wizardy Compiled" > > --089e013cbdc47a86ed04e5fd5426 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Congrats! You survived from that manual parser! :-)
But I'm concern the parser is hard to extend if we need mordern Lua gra= mmar.

2013-9-10 AM4:20=EF=BC=8C"Ian Price" <ianprice90@googlemail.com>=EF= =BC=9A
>
>
> So, it's been 5 months since I originally posted those patches abo= ut
> Guile Lua. How time flies when you are steadfastly not wanting to touc= h
> a parser :)
>
> Anyway, I have pushed those patches, and rebased lua on the current > master. This means all the test cases for lua (such as they are)
> actually pass.
>
> --
> Ian Price -- shift-reset.com >
> "Programming is like pinball. The reward for doing it well is
> the opportunity to do it again" - from "The Wizardy Compiled= "
>
>

--089e013cbdc47a86ed04e5fd5426--