[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Pattern matching among multiple chunks
- From: Sean Conner <sean@...>
- Date: Wed, 16 Jan 2019 15:16:38 -0500
It was thus said that the Great pocomane once stated:
> I have a working parser that acts on a single string, but now I would
> like to extend it to get the input splitted among several chunks,
> without waiting for the whole data unless it is necessary.
This is currently more interesting than anything going on at work, so let
me ask: why can't you have the entire config file in memory? Or at least a
line at a time? This seems like a weird, if arbitrary, limitation.
-spc