From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Parsing and pretty-printing Date: Wed, 23 Jul 2003 19:02:11 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <007501c35079$67043620$2aee4dd5@ppp> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1059001603 16218 80.91.224.249 (23 Jul 2003 23:06:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Jul 2003 23:06:43 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Jul 24 01:06:39 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19fSgx-0004D7-00 for ; Thu, 24 Jul 2003 01:06:39 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19fSyn-0005w1-00 for ; Thu, 24 Jul 2003 01:25:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19fSey-0002Sa-2N for emacs-devel@quimby.gnus.org; Wed, 23 Jul 2003 19:04:36 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19fSdo-0001sw-R9 for emacs-devel@gnu.org; Wed, 23 Jul 2003 19:03:24 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19fScl-0006vu-7O for emacs-devel@gnu.org; Wed, 23 Jul 2003 19:02:49 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19fScd-0006WB-R9 for emacs-devel@gnu.org; Wed, 23 Jul 2003 19:02:11 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19fScd-0000ni-L4; Wed, 23 Jul 2003 19:02:11 -0400 Original-To: "Lukasz Stafiniak" In-reply-to: <007501c35079$67043620$2aee4dd5@ppp> (luk_stafi@wp.pl) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15688 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15688 What do you think of a library that could do both parsing and pretty-printing from one language specification? Do you mean something more or less like Yacc?