1
vote
Does anyone know of a good diff tool for C#?
I know you are looking for a tool. But since I know of none, here is how I would accomplish this:
Read a book on compiler design
Lex/Parse your code
Create an Abstr …
