AST generation for a an application developed both in visual basic and c#
Posted
by Dev
on Stack Overflow
See other posts from Stack Overflow
or by Dev
Published on 2010-05-12T13:29:11Z
Indexed on
2010/05/17
21:00 UTC
Read the original article
Hit count: 251
Hi, I'm currently understanding one application developed both in visual basic and c#. Running through the code is getting tough as code is around 50KLOC. So i'm planning for generation of AST (abstract syntax tree). Will it be possible to generate for both language together.
Atleast a call graph generation will be helpful (but can't find any tool which works for both languages)
Please let me know if this question is confusing.
Thanks in Advance Dev
© Stack Overflow or respective owner