From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Helmut Eller Newsgroups: gmane.emacs.help Subject: Re: Sample functions for String Parsers in Lisp Date: Tue, 13 Oct 2009 18:19:56 +0200 Message-ID: References: <877huzpij7.fsf@galatea.local> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1255452052 21072 80.91.229.12 (13 Oct 2009 16:40:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 13 Oct 2009 16:40:52 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 13 18:40:42 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MxkQS-0006do-EB for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Oct 2009 18:40:40 +0200 Original-Received: from localhost ([127.0.0.1]:39945 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MxkQS-0008Ty-10 for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Oct 2009 12:40:40 -0400 Original-Path: news.stanford.edu!usenet.stanford.edu!news.glorb.com!news2.glorb.com!news.glorb.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!nntp.kpnqwest.it!news.kpnqwest.it.POSTED!not-for-mail Original-NNTP-Posting-Date: Tue, 13 Oct 2009 11:19:56 -0500 Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:e0U+QP5MXaNm0GSfNt0fSRmYOMI= Original-Lines: 15 X-Usenet-Provider: http://www.giganews.com Original-NNTP-Posting-Host: 212.46.177.69 Original-X-Trace: sv3-7ijuGasRoQdiP44mfLnRuYrWfsmkbiZkmBE5aimh9daWUfhjJAK0bYTpHwVsnwEHFpJs+qFnYWSCwVZ!Fm1Bq+7JChAUvPdmkpHIEUn+eFvf3yBAgP2HDGvzHDdoM3mQGIs7faVfXq3tZA== X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 Original-Xref: news.stanford.edu gnu.emacs.help:173834 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:68915 Archived-At: * Pascal J. Bourguignon [2009-10-13 14:47+0200] writes: > Nordlöw writes: >> Any suggestions?, > > 1- Read the Dragon Book. > http://www.amazon.com/Compilers-Principles-Techniques-Alfred-Aho/dp/0201100886 > > 2- Use a parser generator. > http://cedet.sourceforge.net/info/semantic.html 3. Use parsing expression grammars: http://www.emacswiki.org/emacs/peg.el Helmut