我想將XText中另一個文件中的一些對象添加到範圍中。爲了說明我需要什麼,我有這個玩具語法: grammar org.xtext.example.mydsl.MyDsl with org.eclipse.xtext.common.Terminals
generate myDsl "http://www.xtext.org/example/mydsl/MyDsl"
Model:
(i
我正在使用Xtext創建一個Dsl。在我的解釋器類中,我需要使用另一個項目中的類。 Here is my project 我的實際項目是org.xtext.example.mydsl,我需要使用類從jDLMS項目 我用它在這一行: import com.sagemcom.test.LoadProfile
class MyDslInterepeter {
val Jtest = new Load
我剛剛開始使用IntelliJ IDEA 2016.3上的xtext 2.9.2。我嘗試遵循簡單的15 Minutes Tutorial。第一次迭代很好,但進口不起作用。 我已經建立在GitHub上2個回購: the project which defines the DSL 和the project that uses the generated editor 當我定義一個singleFile一