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

Introduce EolParametricType #74

Closed kolovos closed 4 months ago

kolovos commented 5 months ago

We could introduce an EolParametricType subclass of EolType (with a collection of parameterTypes) and make EolCollectionType and EolMapType its subclasses. We could also make Tuples typed by modifying the following line of the EOL grammar and by making EolTupleType also a subclass of EolParametricType.

: (CollectionTypeName | MapTypeName)^

kolovos commented 4 months ago

Closing until more progress is made with static analysis