aboutsummaryrefslogtreecommitdiffstats
path: root/language-model/META-INF
Commit message (Collapse)AuthorAge
* fix(lang): mark transient referencesLibravatar Kristóf Marussy2021-11-06
| | | | | | | | | | | | | | | Xtext fails to serialize non-transient references that have no corresponding assignment in the grammar. Therefore, we mark * Problem.nodes * ClassDeclaration.newNode * ExistentialQualifier.implicitVariables * VariableOrNodeArgument.singletonVariable as transient. This will allow serializing Problem instances using the textual concrete syntax for display.
* chore: change package nameLibravatar Kristóf Marussy2021-10-05
|
* build: bump to Java 17Libravatar Kristóf Marussy2021-10-02
|
* Simplify project layoutLibravatar Kristóf Marussy2021-06-27