/code-checker

Lightweight code checker tool in python for compiling and running Java, C and C++ files

Primary LanguagePythonMIT LicenseMIT

Code Checker

Gist stars GitHub license

Overview

A lightweight code checker tool written in python for compiling and running Java, C & Cpp files. It can handle compilation errors, runtime errors and time limit exceeded cases. The actual output can also be checked against expected output to give accepted or wrong verdict.

Motivation

Originally posted in this gist, adds improvement to existing code snippet.

Usage notes

Requires language compilers (GCC, G++, Java) to be pre-installed on the system