Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Robin Becker 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: References: <00f242f0-8673-42ca-965b-1a07d323252f@googlegroups.com> 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: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: X-Mailman-Original-References: <00f242f0-8673-42ca-965b-1a07d323252f@googlegroups.com> Xref: csiph.com comp.lang.python:109682 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