aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/language/src/test/java/tools
Commit message (Collapse)AuthorAge
* feat(language): numeric expressionsLibravatar Kristóf Marussy2022-11-22
|
* refactor: DNF atomsLibravatar Kristóf Marussy2022-11-05
| | | | | | Restore count != capability. Still needs semantics and tests for count atoms over partial models.
* fix: test and lint failuresLibravatar Kristóf Marussy2022-10-04
|
* feat(language): problem desugaringLibravatar Kristóf Marussy2022-09-19
|
* fix(language): rule parsing testLibravatar Kristóf Marussy2022-08-12
| | | | This was left unchanged after refactoring the operators in the language.
* 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: move modules into subproject directoryLibravatar Kristóf Marussy2021-12-12