[
Lists Home |
Date Index |
Thread Index
]
I think even the xmlschema implementation would be fine for an LL(1)
parser, as it can resolve the following production by lookahead:
A -> b | c | bc
a simple case with lookahead of 1.
The grammar that Dave needs fits in this class.
regards,
-ranjeet
-----Original Message-----
From: John Cowan [mailto:jcowan@reutershealth.com]
Sent: Friday, August 16, 2002 2:07 PM
To: Ranjeet Sonone
Cc: John Cowan; Doug Rudder; Dave Yancey; xml-dev@lists.xml.org
Subject: Re: [xml-dev] XML-Schema Help
Ranjeet Sonone scripsit:
> What do you mean by "in parallel"?
That is to say, without backtracking, at least in the Jing
implementation
of validation. Of course, a backtracking implementation is also
possible.
--
John Cowan
jcowan@reutershealth.com
I am a member of a civilization. --David Brin
|