[antlr-interest] Possible incremental parse approach?

Rick Mann rmann at latencyzero.com
Sun Oct 14 14:28:02 PDT 2007


Maybe I could do this? Run my parser in a separate thread. The input  
character stream can block when it needs more data, at which point  
the main thread of my GUI app could put data into its queue...

Does this approach sound like it would work?

-- 
Rick



More information about the antlr-interest mailing list