jvalue / jayvee

Jayvee is a domain-specific language and runtime for automated processing of data pipelines
https://jvalue.github.io/jayvee/
117 stars 11 forks source link

Add `publish` keyword #571

Closed georg-schwarz closed 4 months ago

georg-schwarz commented 4 months ago

Partially addresses https://github.com/jvalue/jayvee/issues/563: Introduces publish keyword.

As discussed in https://github.com/eclipse-langium/langium/discussions/1508#discussioncomment-9524544, the main logic resides in the JayveeScopeProvider instead of the JayveeScopeComputation.

Notes