Displaying 1 result from an estimated 1 matches for "d13bfc66".
2004 Aug 18
1
[LLVMdev] AST access
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
--------
Hi,
How to get access to the Abstract syntax tree generated by GCC front end in
LLVM. ( if some one wants to write his own type systems, or generate
constraints by walking over the tree )
Secondly, is it possible to regenerate the source code from the AST? How good
would LLVM be at this.