From 9184f35f6a18b50b6100ffbd93e38b0098822940 Mon Sep 17 00:00:00 2001 From: Timofey Yushchenko Date: Thu, 28 Apr 2016 18:12:19 +0300 Subject: [PATCH] Create README.md --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..89725df --- /dev/null +++ b/README.md @@ -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 +