modelix / modelix/modelix.core

Side transformation/substitute actions

Open
#12 0 comments 0 reactions 1 assignee View on GitHub

Nobody has claimed this yet.

Dominant language
Kotlin
Stars
16
Forks
10
Avg merge
3h 9m
Merged PRs (30d)
26

Description

Side transformations and node substitutions can be implemented with the same infrastructure. There are left/right/center transformations.

From the perspective of defining actions it's useful to distinguish between "replacing" a cell and "inserting between" two cells. Distinguishing between left and right transformations as in MPS while defining an action is not useful. You could specify that an action should be available in the gap before or after a node/cell, but triggering it should be possible from both sides of that gap.

To make the difference clear the action locations should be named before/after instead of left/right.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.