Rename "emf" to "ecore"? #125
alessiostalla
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
My understanding is that Ecore is how you define metamodels (e.g., our AST classes), and EMF is the overall framework that include the part for defining models (e.g., our AST instances, in other words, the data that we obtain from parsing). @loradd is probably the one who can confirm or correct this |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
EMF is specifically related to Eclipse (Eclipse Modeling Framework) while Ecore is more generally the model definition library.
Indeed we use ecore.js in Tylasu and pyecore in Pylasu, and these are named "ecore", not "emf".
Beta Was this translation helpful? Give feedback.
All reactions