[antlr-interest] Grammar for lexing/parsing Python

Terence Parr parrt at jguru.com
Sun Jul 28 10:21:36 PDT 2002


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/ 



More information about the antlr-interest mailing list