From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.devel Subject: Re: A yacc/bison that outputs elisp? Date: Tue, 29 Mar 2005 01:28:12 -0700 Message-ID: References: <5065e2900503280609880db7b@mail.gmail.com> <5065e29005032817105cc9374d@mail.gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1112086417 26573 80.91.229.2 (29 Mar 2005 08:53:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 29 Mar 2005 08:53:37 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 29 10:53:35 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DGCSt-0003B5-8d for ged-emacs-devel@m.gmane.org; Tue, 29 Mar 2005 10:52:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DGCj8-0002pK-Na for ged-emacs-devel@m.gmane.org; Tue, 29 Mar 2005 04:09:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DGCdS-0001QU-9o for emacs-devel@gnu.org; Tue, 29 Mar 2005 04:03:42 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DGCdO-0001MO-8Q for emacs-devel@gnu.org; Tue, 29 Mar 2005 04:03:40 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DGCdN-0001L2-F4 for emacs-devel@gnu.org; Tue, 29 Mar 2005 04:03:37 -0500 Original-Received: from [66.111.4.25] (helo=out1.smtp.messagingengine.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DGCHv-0001DW-2J for emacs-devel@gnu.org; Tue, 29 Mar 2005 03:41:27 -0500 Original-Received: from frontend2.messagingengine.com (frontend2.internal [10.202.2.151]) by frontend1.messagingengine.com (Postfix) with ESMTP id D6329C6906C for ; Tue, 29 Mar 2005 03:28:15 -0500 (EST) X-Sasl-enc: pFbrSQfk7OQLSk87Paktyw 1112084895 Original-Received: from Majnun.local (ip24-251-240-191.ph.ph.cox.net [24.251.240.191]) by frontend2.messagingengine.com (Postfix) with ESMTP id 683E556F785 for ; Tue, 29 Mar 2005 03:28:14 -0500 (EST) Original-Received: by Majnun.local (Postfix, from userid 501) id D96327FA428; Tue, 29 Mar 2005 01:28:12 -0700 (MST) Original-To: emacs-devel@gnu.org In-Reply-To: <5065e29005032817105cc9374d@mail.gmail.com> (Sun Yijiang's message of "Tue, 29 Mar 2005 09:10:05 +0800") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (darwin) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:35291 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35291 Sun Yijiang writes: > I found his homepage at http://www.newartisans.com/johnw, but > there's no scanner.el found. Also I searched mail archive of > gnu.emacs.sources, but still not found. Where can I download it, > please? scanner.el only produces lexers, not parsers. And it is somewhat ancient. It should still work, but no guarantees... John