[antlr-interest] Auto- completion feature based on ANTLR

Terence Parr parrt at cs.usfca.edu
Mon Aug 18 15:48:30 PDT 2003


On Monday, August 18, 2003, at 01:41 PM, Matt Benson wrote:

> --- Terence Parr <parrt at cs.usfca.edu> wrote:
>> Hi.  Auto-completion is not really convenient in the
>> current generated
>> output.  It's kind of like compiling C code w/o the
>> symbol table
>> information (-g option).  The current ANTLR 3
>> analysis engine I'm
>> working on makes this sort of thing trivial
>
> Which particular spec of version 3 will cover this?
> Is there an updated spec-in-progress?

Nope...i'm just working on the engine (throwaway prototype) at the 
moment, but this has led me to believe I can do all sorts of fancy 
tricks later if I simply serialize the grammar/lookahead info (like -g 
option) into the output parser so it's available.  The degenerate case 
might be that I don't generate the parser, just the grammar/lookahead 
info and then you can intepret it. :)

Ter
--
Professor Comp. Sci., University of San Francisco
Creator, ANTLR Parser Generator, http://www.antlr.org
Co-founder, http://www.jguru.com
Co-founder, http://www.knowspam.net enjoy email again!
Co-founder, http://www.peerscope.com pure link sharing




 

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




More information about the antlr-interest mailing list