Informations

Date limite 04/03/2024 23:59:55
Limite de soumission Pas de limite

Se connecter

Parser (code)


The zip of your project

We expect the source code to be in the zip. We don't want your compiled code ;-)

Archive the root folder of your project. You should see the following architecture:

your-awesome-compiler-folder/
|
+-- build.gradle.kts
+-- src/
    |
    +-- main/
    |   |
    |   +-- java/
    |       |
    |       +-- [...]
+-- test/
    |
    +-- [...]

The project is built with: gradle build -x test and run with gradle run --args="-parser test.lang". Your output should be displayed on the right, for a given code example shown on the left.


Taille fichier max. : 1.0 MiB
Extensions autorisées : .zip