eclipse / epsilon

Epsilon is a family of Java-based scripting languages for automating common model-based software engineering tasks, such as code generation, model-to-model transformation and model validation, that work out of the box with EMF (including Xtext and Sirius), UML (including Cameo/MagicDraw), Simulink, XML and other types of models.
https://eclipse.org/epsilon
Eclipse Public License 2.0
53 stars 11 forks source link

Parametric types #76

Closed pkourouklidis closed 4 months ago

pkourouklidis commented 4 months ago

Initial attempt at adding EolParametricType

kolovos commented 4 months ago

I've given this some more thought and I think that we need to make some broader decisions as to what type-related information we store and where. I suggest that we use epsilon-with-lsp as a playground for trying out different options for a bit longer and once we're happy we can port the changes to the main Epsilon development branch.