Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

NRefactory - Interpretation of C# Codes

$
0
0

Hi everyone.

I have seen the awesome sample of NRefactory posted here:

I have downloaded the source of the last 2 ones, and looks awesome. Tried both and does a very good job.
Now I am working on a C# Interpretation and Compiler Code.
I must interpretate C# codes, read all declarations, statements, assignments, invokes, increment, decrement, ...
How can I do this with NRefactory? I have looked for documentation, but didn't find any Script Reference API. I have tried my best to study how analyzer sorts all the nodes, but it's too hard to understand from the nodes about the code. Tried to study from suggestions sample, but couldn't understand any way.
How can I interpretate the code and then compile?
The example your provided it would be very good.
I have to interpretate the code, do some edits, and then compile it again (write it).
How can I edit the nodes generated by NRefactory to generate code after?
Thanks a lot.

Viewing all articles
Browse latest Browse all 1764

Trending Articles