[antlr-interest] Grammar for lexing/parsing Python

mzukowski at yci.com mzukowski at yci.com
Mon Jul 29 07:31:08 PDT 2002


I figured out how to lex it properly (doing the INDENT/DEDENT stuff) then
drifted into Java work and never finished the parser.

Monty

> -----Original Message-----
> From: Terence Parr [mailto:parrt at jguru.com]
> Sent: Sunday, July 28, 2002 10:22 AM
> To: antlr-interest at yahoogroups.com
> Subject: Re: [antlr-interest] Grammar for lexing/parsing Python
> 
> 
> I believe Monty was working on one.  Monty?
> 
> Ter
> 
> On Saturday, July 27, 2002, at 08:23  AM, Torsten Juergeleit wrote:
> 
> > Hi,
> >
> > does anyone know about an ANTLR grammar for a Python
> > lexer/parser?
> >
> > I'm working on a Python-aware text editor
> > (syntax-highlight, outline view) plugin for the
> > Eclipse IDE.
> > My current approach for the outline view is to use
> > Jython (JavaCC-based Python parser) for parsing and
> > visit Jython's internal AST to collect the outline
> > information.
> >
> > An ANTLR-based lexer/parser with embedded Java code to
> > collect the information necessary for an outline view
> > while lexing/parsing seems to be more efficient than
> > visiting a full-blown AST.
> --
> Co-founder, http://www.jguru.com
> Creator, ANTLR Parser Generator: http://www.antlr.org
> 
> 
>  
> 
> Your use of Yahoo! Groups is subject to 
> http://docs.yahoo.com/info/terms/ 
> 
> 

 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 



More information about the antlr-interest mailing list