<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Richard Thrippleton wrote:
<blockquote cite="mid:49D3932E.8010104@progress.com" type="cite">
  <pre wrap="">Jim Idle wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">This may well be a safe point that I missed and I will look at it,
but I suspect it only works with your rule formulation.
    </pre>
  </blockquote>
  <pre wrap=""><!---->Thanks.
  </pre>
  <blockquote type="cite">
    <pre wrap="">It is not a good idea to use backtracking though unless your input is
 always guaranteed to be correct, as otherwise the ability to give
good error messages is pretty much destroyed.
    </pre>
  </blockquote>
  <pre wrap=""><!---->Well, we got this even with "backtracking = false;" as a grammar option
(the specific symptom being that some rule functions were being entered,
but not leaving via the codepath that did rulePostProcessing).
  </pre>
</blockquote>
<br>
My advice on backtracking was about backtracking in general rather that
this specific concept :-)<br>
<br>
Jim<br>
</body>
</html>