Hello,
I'd like to parse files which are much larger than my target memory
footprint. The files are composed of many small independently parsable
chunks. I only need to parse one of these chunks at a time, dispose of
the parsed result, then parse the next chunk.
Does your library support this type of parsing? Is there a way to only
consume memory on the order of the size of the rule I'm attempting to
parse, and not on the order of the size of the file?
Thanks for any tips!
_______________________________________________
SableCC-Discussion mailing list
SableCC-Discussion@...
http://lists.sablecc.org/listinfo/sablecc-discussion