Click here to Skip to main content
15,893,381 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello every plz help me actually I am using this code Visual AST for ANTLR Generated Parser Output[^]
to generate the AST for any code than I applied slicing on it now I have to find the execution paths from it not the normal execution paths
I have to add a test case that will find the execution path and that will change the color of those nodes that will lead to an execution paths
plz help me out from this

What I have tried:

I have tried many things such as enterning string path = Path.GetDirectoryName(
// Assembly.GetAssembly(typeof(Sampler)).CodeBase);
AND
//string appPath = Path.GetDirectoryName(Application.ExecutablePath);
Posted
Updated 7-May-16 5:49am
Comments
Patrice T 7-May-16 12:17pm    
There is a forum at bottom of the article.
It is a better place to ask your questions in hope the author is still active on CP.
Member 12280033 8-May-16 1:02am    
thanks for suggestion

1 solution

Please post your question in the forum at the end of the article.
 
Share this answer
 
Comments
Patrice T 7-May-16 12:20pm    
Are you sure it fit as a solution ?
Richard MacCutchan 7-May-16 12:53pm    
Yes.
Patrice T 7-May-16 12:56pm    
Have been downvoted for less that that :-)
Richard MacCutchan 7-May-16 12:59pm    
Yes, life can be a bitch.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900