Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Compare source codes for cheating
My diploma for Bachelor degree in Moscow Aviation Institute.

This tool can be used for compare sources in university/schools for cheating.

Available source code comprasion:
* C/C++

In future:
* Python
* Java
* Pascal/Delphi

You can get sources from some testing systems:
* ejudge (TODO)
* Codeforces (TODO)

## Install

## Usage

## How it works

Now it's compare two Abstract Syntax Tree.
The problem is to get good AST for compare. AST for C++ code generates by clang bindings for python.

## Contribution