aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/language
Commit message (Collapse)AuthorAge
* fix(language): rule parsing testLibravatar Kristóf Marussy2022-08-12
| | | | This was left unchanged after refactoring the operators in the language.
* feat(language): modal parameter typesLibravatar Kristóf Marussy2022-08-11
|
* refactor(language): simplify count notationLibravatar Kristóf Marussy2022-08-10
| | | | Also change refinement operator based on feedback from colleagues
* feat(language): add support for count operatorLibravatar Kristóf Marussy2022-08-10
|
* refactor: direct predicatesLibravatar Kristóf Marussy2022-08-01
| | | | | | * Remove the direct keyword because it can be inferred * Use may/must/current instead of value literals * Transformation rule changes
* refactor: simplify language projectLibravatar Kristóf Marussy2022-07-29
| | | | | | * Move all utilities for language-model to language, since they do not make sense on their own * Convert xtend code into java
* build: clean up buildSrc scriptsLibravatar Kristóf Marussy2022-07-29
|
* build: fix testFixtures classpath in eclipseLibravatar Kristóf Marussy2022-07-28
|
* chore: bump dependenciesLibravatar Kristóf Marussy2022-07-27
|
* build: move modules into subproject directoryLibravatar Kristóf Marussy2021-12-12