From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: tb@becket.net (Thomas Bushnell, BSG) Newsgroups: gmane.lisp.guile.user Subject: Re: language translator help Date: 28 Apr 2002 11:42:16 -0700 Sender: guile-user-admin@gnu.org Message-ID: <87vgab1x87.fsf@becket.becket.net> References: <15561.38014.967466.255795@segfault.bogus.domain> <15563.18078.788420.299836@segfault.bogus.domain> <87ofg4zkhp.fsf@becket.becket.net> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1020019381 23154 127.0.0.1 (28 Apr 2002 18:43:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 28 Apr 2002 18:43:01 +0000 (UTC) Cc: "John W. Eaton" , guile-user Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 171tdU-00061L-00 for ; Sun, 28 Apr 2002 20:43:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 171tci-0006pv-00; Sun, 28 Apr 2002 14:42:12 -0400 Original-Received: from vp190174.reshsg.uci.edu ([128.195.190.174] helo=becket.becket.net) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 171tax-0006kP-00 for ; Sun, 28 Apr 2002 14:40:23 -0400 Original-Received: from tb by becket.becket.net with local (Exim 3.35 #1 (Debian)) id 171tcm-0005vo-00; Sun, 28 Apr 2002 11:42:16 -0700 Original-To: Neil Jerram X-Reply-Permission: Posted or emailed replies to this message constitute permission for an emailed response. X-PGP-Fingerprint: 1F0A1E51 63 28 EB DA E6 44 E5 5E EC F3 04 26 4E BF 1A 92 X-Tom-Swiftie: "I can't stand baby food," Tom said in a strained voice In-Reply-To: Original-Lines: 18 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: guile-user-admin@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.user:356 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:356 Neil Jerram writes: > Thomas> Don't use C at all! My compiler is a Scheme program. > > What tools are now available for writing parsers in Scheme? Last time > we had this conversation on the list, ISTR that there were many ideas > but nothing quite complete. I didn't bother with fancy tools. A straightfoward recursive descent parser is not too hard to write, so I did. > On the other hand, you (presumably) already have a working parser in > C, and, yes, it should be easy to make it produce Scheme forms > directly from C. (BTW, I meant generation of Scheme forms before, not > ASCII text.) No, I have a parser written in Scheme, just like I said. _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user