Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 521 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 521 Bytes

git-semantic-diff

A lightweight toolset to add syntactic and semantic features to source control for C# and VB.NET developments.

This project is aimed to provide syntactic (and eventually semantic) additionnal informations to those provided by our favorite VCS (git, svn...) on operations such as diff, log and blame. Syntactic and semantic analysis (Parse Tree, AST, Symbols Table, etc...) will be provided by Roslyn experimental API.