Mayat
Mayat copied to clipboard
Experimental AST-Based Source Code Similarity Detection Tool
A tree transformation stage after the parsing but before the execution of the plagiarism detection algorithm. This stage solves two things: 1. Parsers in tree-sitter actually generate CST, which has...
It would be great to have a handy comment-line tool that can just print out the ast of any code file in any language. Makes debugging easier.
Essentially for those who are too lazy to even modify the comment...