搜索结果
-
开源项目:(5)
项目名称::ASF+SDF Meta-Environment
项目简介
The ASF+SDF Meta-Environment is an inter-active IDE for language prototyping, source code analysis and source-to-source transformation. It contains the implementation of SDF2 and ASF+SDF.
项目名称::Xtext Reflective Editor
项目简介
An extension to the Xtext framework that provides a EMF-like tree editor for the textual models.
项目名称::Sculptor
项目简介
Sculptor is an open source productivity tool that applies the concepts from Domain-Driven Design and Domain Specific Languages.
You express your design intent in a textual specification within an Eclipse editor, from which Sculptor generates high quality Java code and configuration. You can use the concepts from Domain-Driven Design (DDD) in the textual Domain Specific Language (DSL). E.g. Service, Module, Entity, Value Object, Repository....
项目名称::Rascal MPL
项目简介
Rascal is a domain specific language for source code analysis and manipulation a.k.a. meta-programming. It is currently being developed and tested at CWI. No formal release has been made yet, but there are alpha quality previews available.
项目名称::Xtext
项目简介
Common things are easy, special things are possible
Xtext is a framework/tool for development of external textual DSLs. Just describe your very own DSL using Xtext's simple EBNF grammar language and the generator will create a parser, an AST-meta model (implemented in EMF) as well as a full-featured Eclipse Text Editor from that. ...