Hi, I am fairly new to ANTLR and I have come accross a problem. I have written a simple grammar to parse huge data files (several gigabytes each) and antlr seems to crash by running out of memory (I am using "C" as the target language).
The data files have the general format: HEADER DECL BODY <several millions of lines here> END What seems to be the problem is that antlr tries to parse the whole data file at once. Is there a way to "force" parsing line by line? (at least for the "BODY" part?) Thank you very much in advance for your time! Nikos --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "il-antlr-interest" group. To post to this group, send email to il-antlr-interest@googlegroups.com To unsubscribe from this group, send email to il-antlr-interest+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/il-antlr-interest?hl=en -~----------~----~----~----~------~----~------~--~---
List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address