Mayat icon indicating copy to clipboard operation
Mayat copied to clipboard

Experimental AST-Based Source Code Similarity Detection Tool

Results 3 Mayat issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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.

enhancement

Essentially for those who are too lazy to even modify the comment...

experiment