Hi. My grammar is working really well with smaller test files, but I run out of heap space on large files. Unfortunately, my users will expect to be able to load pretty big files occasionally (~1GB).
Looking at the code documentation for the Antlr3 stream classes, it looks like they copy the entire stream. I'm thinking that I need to write a custom implementation of IntStream or CharStream that buffers the input. Is that the right way to solve this? Can someone point me in the right direction? Thanks! - mark List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "il-antlr-interest" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/il-antlr-interest?hl=en -~----------~----~----~----~------~----~------~--~---
