Category Archives: Compiler Construction

Compiler Construction, WS1819

Argh: no sound. Sorry.

As assignment:
– Your parser should be able to understand the sentences in the example text below.
– You should generate the used classes with the mentioned attributes and associations.
– You should generate a Junit test that creates the described object structure
– Your generated code should compile and run.

================================================================

# Scenario Karli does the first math assignments

## Setup

There is Karli a student with name Karli,
with 42.0 motivation points,
and with 0.0 credit points.

There is a room with topic math and with 23 credits.

Integrals is an assignment with topic integrals and with 10 points and with room math room.
Series is an assignment with topic series, with 8 points, and within the math room.
Matrices is an assignment with topic matrices, with 6 points,
and within the math room.

Karli is within the math room.
Karli has done integrals.

Utils is a StudyRightUtils.