Hello,
Is it possible (or already done) to update parse tree incrementally,
using ANTLR generated parser? I would like to give a region of input
file, associated with range of tokens in token stream (tokens are from
one whole production) and have than region "re-lexed" and reparsed.
TIA,
dd