C-PlagAST is a code plagiarism detection tool for C programs using the AST-CC algorithm. It normalizes and compares abstract syntax trees to detect structural similarity, even with reordered or renamed code. Ideal for academic use in detecting hidden code duplication.
bison c-language abstract-syntax-tree plagiarism-detection academic-integrity moore-machine source-code-similarity ast-cc c-plagiarism-checker code-normalization
- Updated
Jun 7, 2025 - C++