melange
melange copied to clipboard
The Melange Language Workbench
Let's consider the following language MyLanguage I provide 2 plugins MyLanguage.model and MyLanguage.k3dsa from which I want to build an executable language MyXLanguage thanks to Melange. to do that I...
In GEMOc we use the org.eclipse.emf.ecoretools.registration.ui.ecoreAutoRegisterBuilder to automatically register the ecore in the current eclipse so ECL can work out of the box without having to deploye the plugin. This...
It would be nice to copy k3dsa dependencies inside the generated language project.
It would be handy to have the ability to run a new wizard for selecting/creating an Ecore file when selecting the syntax of a model type (same thing that for...
On some sample, the Generate Language runtime works if the melange editor is closed. (aspect correctly copied etc) but if the editor is opened, the generated code is not the...
moreover, when overiding these information manualy, the generate language runtime will remove the manual changes :-(
In the case where we wish more than one melange file in a single project (for example in order to have different package names for each languages) then the generate...
It would be helpful to have an action that create .melange files (that's painful to create an empty file with the correct extension and then remember how to fill it...
The extension point "org.eclipse.emf.ecore.generated_package" is not generated in the melange project.
inference of melange doesn't support java arrays if we have a K3 aspect that declares a method with java array, then we get an error in the merge of melange...