Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!cs.uu.nl!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python,': 0.02; 'subject:How': 0.09; '22,': 0.09; 'lawrence': 0.09; 'received :mail-vc0-f174.google.com': 0.09; 'subject:language': 0.09; 'cc:addr:python-list': 0.10; 'subject:parser': 0.16; 'wrote:': 0.17; 'feb': 0.19; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; "doesn't": 0.28; 'received:209.85.220.174': 0.29; 'e.g.': 0.30; 'fri,': 0.30; 'subject: ?': 0.30; 'received:google.com': 0.34; 'list': 0.35; 'pm,': 0.35; 'received:209.85.220': 0.35; 'received:209.85': 0.35; 'received:209': 0.37; 'subject:: ': 0.38; 'mark': 0.38; 'dead': 0.62; '2013': 0.84; 'subject:write': 0.84; 'to:addr:yahoo.co.uk': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=ayDUgIMT5HrB6dD6DyOIluc2n9/4KuJDIW2DKskiN7s=; b=bUuzF+Zhh13/cuy9QjVztCZggeigKK7TF5WxARFmhQVtlo5TpZ8wEjEnihhTthMa4V 89k9W/aoTOon9uYwnF1T3ldLAIbNUismON3xE2Ci+I9f46E61vGqhO9Gzk9+kg/SZIdb Kn4p0jdCMBdPomoKdHWCZZihPMKCarkeJPYD6JSD6CurCWbgA7hTz3Uv7YnT1Ab/Z6uY uxj2CAzcyUNtjh+fK7xWjW+7hcywOaqlIBBYPMlA6BdyD6LdvxyTLmyyiD2mkS4AF3ts 3KNtVPvVnO7QSlmLlt5Gz/lyTiSGETHKAzLRpgu/2waON9ty1h4Dsr/yrs6Wm0oTfDCE cUSw== X-Received: by 10.52.68.116 with SMTP id v20mr5816076vdt.126.1361617092712; Sat, 23 Feb 2013 02:58:12 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <51279cfe$0$293$14726298@news.sunsite.dk> From: Devin Jeanpierre Date: Sat, 23 Feb 2013 05:57:32 -0500 Subject: Re: How to write a language parser ? To: Mark Lawrence Content-Type: text/plain; charset=UTF-8 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 7 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1361617100 news.xs4all.nl 6845 [2001:888:2000:d::a6]:58115 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:39658 On Fri, Feb 22, 2013 at 9:14 PM, Mark Lawrence wrote: > http://nedbatchelder.com/text/python-parsers.html Hm, that list is missing information. e.g. ANTLR 4 doesn't support python, and LEPL is dead now. -- Devin