aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/language-ide/src/main
Commit message (Collapse)AuthorAge
* refactor(frontent): improve graph drawingLibravatar Kristóf Marussy2023-08-26
|
* refactor(language): invalid multiplicity traceLibravatar Kristóf Marussy2023-08-15
| | | | | Also simplifies attributes and flags for now, as we don't translate them to abstractions.
* 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.
* 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: 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: move modules into subproject directoryLibravatar Kristóf Marussy2021-12-12