Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #109682
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Robin Becker <robin@reportlab.com> |
| Newsgroups | comp.lang.python |
| Subject | Re: Want to play with or learn a parser system including a grammar for Python? See spark_parser on pypy |
| Date | Wed, 8 Jun 2016 17:50:41 +0100 |
| Lines | 20 |
| Message-ID | <mailman.82.1465404643.2306.python-list@python.org> (permalink) |
| References | <00f242f0-8673-42ca-965b-1a07d323252f@googlegroups.com> <cf688e9c-8e6e-d676-8ccc-1268c5d8ed88@chamonix.reportlab.co.uk> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8; format=flowed |
| Content-Transfer-Encoding | 8bit |
| X-Trace | news.uni-berlin.de RJD2m1FRV6bEfHHj1xSd8QosGdfTPLu7JoCGk95MVTXw== |
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.002 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'subject:Python': 0.05; 'guido': 0.05; 'integers': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'rossum': 0.09; 'python': 0.10; 'subject: \n ': 0.15; '"python': 0.16; '........': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'subject:parser': 0.16; 'subject:pypy': 0.16; 'wrote:': 0.16; 'machine': 0.21; 'suppose': 0.22; 'written': 0.24; 'header:In- Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'header:X -Complaints-To:1': 0.26; 'van': 0.26; '"the': 0.32; 'december': 0.32; 'implement': 0.32; '[1]': 0.32; 'url:python': 0.33; 'conference': 0.34; 'languages': 0.34; 'url:org': 0.36; 'to:addr :python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'late': 0.38; 'version': 0.38; 'to:addr:python.org': 0.40; 'subject:with': 0.40; 'some': 0.40; 'url:3': 0.60; 'john': 0.61; 'url:0': 0.63; 'paper': 0.73; 'received:109': 0.75; 'becker': 0.84; 'conceived': 0.84; 'subject:learn': 0.84; 'subject:system': 0.91; '1988': 0.93 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| X-Gmane-NNTP-Posting-Host | 109.174.168.73 |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 |
| In-Reply-To | <00f242f0-8673-42ca-965b-1a07d323252f@googlegroups.com> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.22 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| X-Mailman-Original-Message-ID | <cf688e9c-8e6e-d676-8ccc-1268c5d8ed88@chamonix.reportlab.co.uk> |
| X-Mailman-Original-References | <00f242f0-8673-42ca-965b-1a07d323252f@googlegroups.com> |
| Xref | csiph.com comp.lang.python:109682 |
Show key headers only | View raw
On 08/06/2016 11:38, rocky wrote: ........... > [1] https://pypi.python.org/pypi/spark_parser/1.3.0 ....... the page above shows one can implement a time travel machine as it boldly states "The original version of this was written by John Aycock and was described in his 1988 paper: “Compiling Little Languages in Python” at the 7th International Python Conference." I suppose those early primitive pythons had some issue with integers as wackypedia states that "Python was conceived in the late 1980s[1] and its implementation was started in December 1989[2] by Guido van Rossum at CWI in the Netherlands" so that Aycocks's paper must have been at the -1st Python Conference -parallely yrs- Robin Becker
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Want to play with or learn a parser system including a grammar for Python? See spark_parser on pypy rocky <rocky@gnu.org> - 2016-06-08 03:38 -0700
Re: Want to play with or learn a parser system including a grammar for Python? See spark_parser on pypy Robin Becker <robin@reportlab.com> - 2016-06-08 17:50 +0100
Re: Want to play with or learn a parser system including a grammar for Python? See spark_parser on pypy rocky <rocky@gnu.org> - 2016-06-08 11:32 -0700
Re: Want to play with or learn a parser system including a grammar for Python? See spark_parser on pypy Robin Becker <robin@reportlab.com> - 2016-06-10 09:33 +0100
Re: Want to play with or learn a parser system including a grammar for Python? See spark_parser on pypy rocky <rocky@gnu.org> - 2016-06-10 17:56 -0700
Re: Want to play with or learn a parser system including a grammar for Python? See spark_parser on pypy Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2016-06-09 10:22 +1200
Re: Want to play with or learn a parser system including a grammar for Python? See spark_parser on pypy Lawrence D’Oliveiro <lawrencedo99@gmail.com> - 2016-06-08 22:36 -0700
Re: Want to play with or learn a parser system including a grammar for Python? See spark_parser on pypy rocky <rocky@gnu.org> - 2016-06-10 18:00 -0700
csiph-web