aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/language/src/main/resources
Commit message (Collapse)AuthorAge
* chore: add copyright headersLibravatar Kristóf Marussy2023-04-15
| | | | | | | | | | | | | | Make sure we obey the REUSE (https://reuse.software) specification and the origin, copyright owner, and license of all files are clearly marked. The whole project is under the EPL-2.0, except for trivial files where copyright is not applicable that are marked with the CC0-1.0 license. Moreover, code included from third parties is also available under the respective license. chore: add CONTRIBUTORS.md List all authors and supporting organizations in accordance with the REUSE specification.
* refactor: separate primitive types from nodesLibravatar Kristóf Marussy2022-11-22
|
* feat(language): numeric expressionsLibravatar Kristóf Marussy2022-11-22
|
* feat(language): problem desugaringLibravatar Kristóf Marussy2022-09-19
|
* refactor(language): clarify containment hierarchyLibravatar Kristóf Marussy2022-09-14
|
* refactor(language): simplify count notationLibravatar Kristóf Marussy2022-08-10
| | | | Also change refinement operator based on feedback from colleagues
* 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