| is there an easy way to rebuild the source from EDT model [message #669309] |
Mon, 09 May 2011 16:50  |
Aaron Allsbrook Messages: 23 Registered: July 2009 |
Junior Member |
|
|
I would like to build back the original source code statement from the EDT model. I have looked at the reverse generation sample and on the surface it looks a bit complex for my needs.
Is there a simple way to turn
myInt int=0;
into EDT objects
and back into a string that looks like
myInt int=0;
without going through the process of implementing all the generators. I am currently getting lost in getting all LHS and RHS pieces that are involved in understanding fields and declarations.
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.01592 seconds