I m looking into using XText to make an extenstion DSL to a language that I use daily and has some obvious shortcomings (AS3, through FlashBuilder).
我有一个图表和代码生成系统,在该系统中,以下声明产生价值等级,包括建筑商、班级和搬运工等。
class Person (name: String, age: int)
这是罚款,但我希望闪电机图书馆界定的类型,以及我在扩展后版本的用户项目中界定的类型。 在以上编码中,有<代码>String和int
均来自本土闪电室。
我认为,闪电器在内部使用EMF核心,代表任何包括校准和我在项目中界定的任何类型。 如果是这样,我的问题是:
How can I access the EMF model of FLash Builder?
如果没有EMF模式,我就认为我必须把图书馆捆绑起来。 我本人和我的项目源代码。
Is the Xtend language intended to preform these sort of native filesystem tasks?
增 编