generate source code from AST

Viewed 1267

I understand that any source code can be converted to an AST. Now I want to convert that AST back to source code, but language independent. Is there any tool that helps me out?
By language independent I specifically mean for python and java.

2 Answers
Related