@@ -89,6 +89,8 @@ Oftentimes, when working with data, different steps of data handling are necessa
## Languages
EvoAl's main principle is the separation of implementation and configuration. The configuration is outsourced to configuration files that are written according to different languages.
The `.dl`-files are the main vocabulary for all languages and determines what can be used in the other languages.
The `.generator` are used to configure data handling and transformation tasks. The `.ml`files again are used for specifying and configuring everthing from the ML-universe. Optimisation files are configured in `.ol`-files. For specifying domain data information, we use data description language, with `.ddl` files. You can find more information on grammar and usage here ([DSL](https://gitlab.informatik.uni-bremen.de/evoal/source/evoal-core/-/wikis/User/DSL/).
# How to get started
Depending on your use case, we have different tutorials to get you started.