Re: Consuming the input (was: none)

So how about we say something like  "The implementation must maximally 
consume the available input". Then the implementation can decides what the 
"available input" is, whether it's streaming or a static document.
Steven

On Monday 12 April 2021 11:25:47 (+02:00), Steven Pemberton wrote:

 > The new draft spec asks the question:
 > Should there be a requirement that the input is completely consumed?
 >
 > I think the answer is yes.
 >
 > Otherwise, if a grammar was:
 >
 > string: "a"*.
 >
 > and the input was
 >
 > aaa
 >
 > it would be permissible to produce as result:
 >
 > <string/>
 >
 > Steven
 >
 >
 >
 >

Received on Tuesday, 13 April 2021 16:08:26 UTC