Skip to content

Abstract tree comparer and plagiarism detection tool.

Notifications You must be signed in to change notification settings

shoq/compare-ast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Compare AST

Abstract tree comparer and plagiarism detection tool. Currently implemented parser: C# parser adapter for Roslyn

Usage:

compare-ast file1 file2 [-w [-s n]]

file1   path to file 1
file2   path to file 2
-w      display similarities visually
-s n    set min similar subtree size (in nodes contained) not recommended to go below 6-7 as it will produce lots od type 1 errors

About

Abstract tree comparer and plagiarism detection tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages