<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-9"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<div class="moz-text-flowed"
 style="font-family: -moz-fixed; font-size: 14px;" lang="tr">On
2010-05-28 16:32, Michael Van Canneyt wrote:
<br>
<blockquote type="cite" style="color: rgb(102, 51, 51);">
  <blockquote type="cite" style="color: rgb(102, 51, 51);">I'd also
like to hear opinions whether I should spend time on this, or even
whether it is a good idea to use FPC's parser/tokenizer engine for code
formatter.
    <br>
  </blockquote>
IMHO: No. The FPC parser/tokenizer is not very forgiving about errors
in the code.
  <br>
That means that as soon as an error is encountered, the parser stops
  <br>
parsing. That in turn means that everything below the error will not be
  <br>
formatted.
  <br>
</blockquote>
I am aware of that.
<br>
<br>
But, I am hoping to modify the FPC parser/tokenizer so that instead of
it deciding whether to stop, it should do a callback and let the caller
decide whether it should stop.
<br>
<br>
Is this likely to be unworthy of the effort?
<br>
<br>
[Sent this as private email, by mistake. Sorry, Michael. And, I hate
Thunderbird :) ]<br>
<br>
<br>
<div class="moz-txt-sig"><span class="moz-txt-tag">-- <br>
</span>Cheers,
<br>
<br>
Adem
<br>
<br>
</div>
</div>
</body>
</html>