[antlr-interest] Incremental parsing using ANTLR

Prashant Deva prashant.deva at gmail.com
Wed Mar 2 12:15:57 PST 2005


Anybody has any ideas on doing incremental parsing in ides using antlr.

All the papers I have found talk only about LR parsers. Havent found one for LL.

Eclipse also uses a hand coded LR parser for its incremental parsing.

What I can think of right now is to determine the 'context' the user
is in, say in a method, then tell the parser to parse only the rule
for 'method'.

PRASHANT


More information about the antlr-interest mailing list