[antlr-interest] Grammar for lexing/parsing Python

Torsten Juergeleit tjuergeleit at yahoo.de
Mon Jul 29 07:51:05 PDT 2002


Monty,

anything left you are willing to share ;-)?
Lexing is totally fine for me.

Torsten

--- mzukowski at yci.com wrote:
> 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/ 
> 
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

 

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



More information about the antlr-interest mailing list