Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #39658
| 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 | <jeanpierreda@gmail.com> |
| 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 | <kg98m3$8j9$1@ger.gmane.org> |
| References | <51279cfe$0$293$14726298@news.sunsite.dk> <kg98m3$8j9$1@ger.gmane.org> |
| From | Devin Jeanpierre <jeanpierreda@gmail.com> |
| Date | Sat, 23 Feb 2013 05:57:32 -0500 |
| Subject | Re: How to write a language parser ? |
| To | Mark Lawrence <breamoreboy@yahoo.co.uk> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2337.1361617100.2939.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
On Fri, Feb 22, 2013 at 9:14 PM, Mark Lawrence <breamoreboy@yahoo.co.uk> 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
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
How to write a language parser ? Timothy Madden <terminatorul@gmail.com> - 2013-02-22 18:29 +0200 Re: How to write a language parser ? Chris Angelico <rosuav@gmail.com> - 2013-02-23 03:38 +1100 Re: How to write a language parser ? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-02-23 00:06 +0000 Re: How to write a language parser ? mbg1708@planetmail.com - 2013-02-22 17:25 -0800 Re: How to write a language parser ? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-02-23 02:14 +0000 Re: How to write a language parser ? Devin Jeanpierre <jeanpierreda@gmail.com> - 2013-02-23 05:57 -0500
csiph-web