diff --git a/Exercise-Configuration.md b/Exercise-Configuration.md index fff574d..263e1c5 100644 --- a/Exercise-Configuration.md +++ b/Exercise-Configuration.md @@ -4,6 +4,16 @@ In ReCodEx there are two configurations of exercise High Level Configuration (Hi HiLC is divided in several parts which takes care of different things. There are **ExerciseConfig**, **Pipelines**, **Limits** and **EnvironmentConfig**. From these components configuration of exercise is composed and on every submit new LoLC is compiled from it. +## Compilation + +### Priorities + +* Compilation - 100 +* Execution - 90 +* Judge - 80 +* {default} - 42 +* Dump Results - 1 + ## Variables and Ports In whole exercise configuration and appropriate structures variables and ports are used. All have to have a type. It was decided that there will be six types which should be sufficient for every possible usage. List of them follows: