Information

Contact Contact link
Deadline 02/04/2021 18:00:00
Submission limit No limitation

Sign in

(2021) Assignment 2: Semantic Analysis

This is one of the two submission tasks for the second assignment of the year

Please submit your report on the other task: https://inginious.info.ucl.ac.be/course/LINGI2132/2021-2-2

This tasks checks a few things:

  1. The archive is indeed a well-formed zip
  2. The archive contains a gradle project
  3. We can build your project
  4. We can run the tests that you implemented

Note that succeeding this task won't give you 100% of the points for the assignement but we will only consider the submissions that pass these verifications.

Do not wait until the last minute to check that your project complies. Try it as early as possible :-)


The zip of your project

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

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

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

Max file size: 1.0 MiB
Allowed extensions: .zip