Strumenta / pylasu

Apache License 2.0
24 stars 4 forks source link

Support for Ecore and transpilation traces (write-only) #17

Closed alessiostalla closed 1 year ago

alessiostalla commented 1 year ago

With this, we can export transpilation traces from Pylasu using PyEcore.

Rather than rewriting the *Lasu metamodel from scratch, we imported it with pyecoregen from an export made from Kolasu. Unfortunately, pyecoregen is bugged and we have to manually edit the imported metamodel for the time being. When it's patched we may remove the imported metamodel from VCS and download&generate as an automated build step.

ftomassetti commented 1 year ago

Questa mi sembra un'aggiunta considerevole e importante: grazie!