Message from discussion
simple lisp interpreter
Path: g2news2.google.com!news4.google.com!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail
From: Matthias Buelow <m...@incubus.de>
Newsgroups: comp.lang.lisp
Subject: Re: simple lisp interpreter
Date: Wed, 05 Sep 2007 02:27:31 +0200
Lines: 6
Message-ID: <5k6biiF29gesU1@mid.dfncis.de>
References: <fbkknv$q03$1@inews.gazeta.pl>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Trace: news.dfncis.de dzx+RHaYDwN6a7z/8Gd4QgheoxERIsaIOgrTFfq0eGBj67yLNZQwWvfGpd
Cancel-Lock: sha1:dbRmQ4hXvdVMevYEGzC6LNsB5qE=
User-Agent: Icedove 1.5.0.12 (X11/20070607)
In-Reply-To: <fbkknv$q03$1@inews.gazeta.pl>
X-Enigmail-Version: 0.94.2.0
Thomas wrote:
> I just read the definition of LL parser, and have to write the lisp
> interpreter. Is LL(1) parser enought for lisp language ?
Not if you include readtables...