You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, we are looking into having a more stable DSL as API. This means we do want to keep the syntax of the DSLs stable and if we break to either avoid it or to offer automatic migrations, also mid/long term. Did someone already make some experience in such a usecase. One question would also be how to implement and keep/maintain the migrations
separate tool / codebase / branch
regex based
keep a lightweight chevrotain and or langium grammar
do it on ast, cst, a combination
keep the grammar backwards compatible (might be very challenging also metamodel wise)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, we are looking into having a more stable DSL as API. This means we do want to keep the syntax of the DSLs stable and if we break to either avoid it or to offer automatic migrations, also mid/long term. Did someone already make some experience in such a usecase. One question would also be how to implement and keep/maintain the migrations
any other ideas?
Beta Was this translation helpful? Give feedback.
All reactions