<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p><font size="+1">Hi,</font></p>
<font size="+1">I'm writing a source to source translation tool
which accepts Clang AST and outputs source code of another
language. My original plan was to traverse the AST of a
translation unit and outputs corresponding source code of the
target language, but I've noticed that there is a Rewriter and I'm
not sure if the Rewriter works for my purpose.<br>
<br>
I've just started using Clang AST, and I appreciate any suggestion
and example.</font><br>
<pre class="moz-signature" cols="72">--
Love,
Lou
</pre>
</body>
</html>