Systems-Modeling / SysML-v2-Pilot-Implementation

Proof-of-concept pilot implementation of the SysML v2 textual notation and visualization
GNU Lesser General Public License v3.0
114 stars 23 forks source link

Include textx version of pilot implementation #481

Closed danyeaw closed 1 year ago

danyeaw commented 1 year ago

I've been working on converting the xtext to textx so that I can generate a data model in Python for Gaphor. Would you be open to including this as part of pilot implementation?

seidewitz commented 1 year ago

Probably not at this time.

Now that the specifications have been submitted to OMG, we are in the process of transitioning the pilot implementation to a reference implementation and deciding how it will be managed in the future. Our focus right now is on updating the implementation to rigorously conform to the specifications and tracking the OMG finalization process for the specifications.

Going forward, however, we would certainly be interested in alternatives to Xtext as a parsing framework for the reference implementation. But only in the context of a complete language implementation, including name resolution, validation, derived property computation and semantic relationships with the standard library models.

That said, we would still encourage you to make your work available to the community, whether or not it is part of the pilot/reference implementation.

danyeaw commented 1 year ago

Thanks @seidewitz