I have several XText grammars with dependencies as follows:
grammar com.epistimis.privacy.Privacy with com.epistimis.face.Face
grammar com.epistimis.face.Face with com.epistimis.uddl.Uddl
grammar com.epistimis.uddl.Uddl with org.eclipse.xtext.common.Terminals
When I generate from the Privacy grammar, I get the following files:
I have several XText grammars with dependencies as follows:
When I generate from the Privacy grammar, I get the following files:
Uddl.langium
is generated without the following:Similarly,
Face.langium
is generated withoutThese generated grammars should be named because it is possible that some users will edit just Uddl files or just Face files.