Información

Fecha de entrega 18/08/2025 23:59:55
Tiempo límite de envío Sin límite de envío

Inicia sesión

Parser (code) 2025 (August session, not graded)


The zip of your project

FOR TRAINING PURPOSE, THIS PHASE WILL NOT BE GRADED IN THE AUGUST SESSION.

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.


Tamaño máximo de archivo: 1.0 MiB
Extensiones permitidas: .zip