============= API Reference ============= API documentation for the ejudge module. .. automodule:: ejudge :members: run, grade Supported Languages =================== +-----------+------------------------------------------------------+ | Value | Description | +===========+======================================================+ | python | For Python 3.x code. Default runner. | +-----------+------------------------------------------------------+ | python2 | Executes in a separate Python 2 interpreter. | +-----------+------------------------------------------------------+ | tcc | Compile C code with the tiny C compiler | +-----------+------------------------------------------------------+ | clang | Compile C code with clang | +-----------+------------------------------------------------------+ | gcc, c | Compile C code with gcc | +-----------+------------------------------------------------------+