[
Lists Home |
Date Index |
Thread Index
]
- From: Eric Bohlman <ebohlman@netcom.com>
- To: Steinar Bang <sb@metis.no>
- Date: Thu, 20 Jan 2000 00:49:16 -0800 (PST)
On 19 Jan 2000, Steinar Bang wrote:
> Doesn't recursive descent parsers have a problem with partial input
> received from the net? Don't you have to buffer up the entire file
> before you start parsing?
Nope. You only need to buffer up one (or for some grammars, two) token's
worth of input.
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ or CD-ROM/ISBN 981-02-3594-1
Please note: New list subscriptions now closed in preparation for transfer to OASIS.
|