[antlr-interest] streaming parser?

Karl Meissner karl.meissner at gmail.com
Sat Sep 19 12:12:55 PDT 2009


Are there any good article about using antlr in the context of a steaming
parser?

I have text files which I need to filter and search as they download, packet
by packet.  The packets may fragment the text tokens so I need some sort of
stateful stream....


It would be really nice if I could arrange for the parse to run
deterministically. I am hoping to use Antlr in a highly optimized, low
latency application.   boost regex was not up to the task...

Thanks
Karl Meissner
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/antlr-interest/attachments/20090919/2050c6ad/attachment.html 


More information about the antlr-interest mailing list