[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] fix reader for keywords starting with a di
From: |
Peter Bex |
Subject: |
Re: [Chicken-hackers] [PATCH] fix reader for keywords starting with a digit or "." |
Date: |
Fri, 14 Sep 2012 20:52:12 +0200 |
User-agent: |
Mutt/1.4.2.3i |
On Wed, Sep 12, 2012 at 10:29:35PM +0200, Felix wrote:
> Detect keywords that start with numbers or dot correctly.
>
> This was reported by Moritz and Christian and was caused by
> using the wrong internal token-reader function when a token
> started with a digit or #\. - this implies the #\. inside
> a dotted list.
>
> Fixes #922.
Excellent! Pushed, thanks and sorry it took so long.
Cheers,
Peter
--
http://sjamaan.ath.cx
--
"The process of preparing programs for a digital computer
is especially attractive, not only because it can be economically
and scientifically rewarding, but also because it can be an aesthetic
experience much like composing poetry or music."
-- Donald Knuth