Information

Deadline
Submission limit No limitation

Sign in

Lexer 2026


The zip of your project

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

!!!! IMPORTANT : 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="-lexer test.lang".


Max file size: 1.0 MiB
Allowed extensions: .zip