[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.imp] Re: contentProposer on current writing

Hi

Maybe you could use error recovery features of your grammar compiler (for example: https://javacc.dev.java.net/doc/errorrecovery.html).

With this, you would get a partial AST that may e good enough for completion.
But I must admit I haven't tried this myself


Marc