aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/language/src/testFixtures
Commit message (Collapse)AuthorAge
* feat(language): numeric expressionsLibravatar Kristóf Marussy2022-11-22
|
* feat(language): problem desugaringLibravatar Kristóf Marussy2022-09-19
|
* 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