From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Lukasz Stafiniak" Newsgroups: gmane.emacs.devel Subject: Parsing and pretty-printing Date: Tue, 22 Jul 2003 19:33:04 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <007501c35079$67043620$2aee4dd5@ppp> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1058896207 10721 80.91.224.249 (22 Jul 2003 17:50:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 22 Jul 2003 17:50:07 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Jul 22 19:50:01 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 19f1Gz-0002m6-00 for ; Tue, 22 Jul 2003 19:50:01 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19f1YE-0003Km-00 for ; Tue, 22 Jul 2003 20:07:50 +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 19f1FO-0002hO-Rj for emacs-devel@quimby.gnus.org; Tue, 22 Jul 2003 13:48:22 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19f1FK-0002fW-EB for emacs-devel@gnu.org; Tue, 22 Jul 2003 13:48:18 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19f1Db-0002FT-SK for emacs-devel@gnu.org; Tue, 22 Jul 2003 13:46:31 -0400 Original-Received: from smtp.wp.pl ([212.77.101.161]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19f1D8-0001uZ-SF for emacs-devel@gnu.org; Tue, 22 Jul 2003 13:46:03 -0400 Original-Received: (WP-SMTPD 4090 invoked from network); 22 Jul 2003 17:46:01 -0000 Original-Received: from pb42.legnica.cvx.ppp.tpnet.pl (HELO ppp) (luk_stafi@[213.77.238.42]) (envelope-sender ) by smtp.wp.pl (wp-smtpd) with SMTP for ; 22 Jul 2003 17:46:01 -0000 Original-To: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-AntiVirus: skaner antywirusowy poczty Wirtualnej Polski S. A. X-WP-ChangeAV: 0 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:15670 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15670 Hey everyone, What do you think of a library that could do both parsing and pretty-printing from one language specification? I set myself to work on one. I'd like it to be initially a part of Calc, but with a distinct prefix (I propose lp3) and if it proves useful a separate package. The description is already on the net, at EmacsWiki / my homepage. Waiting to hear from you, Lukasz