English 中文(简体)
XText for EClipse & Oslo Intellipad for SQL Server then WHAT FOR .NET?
原标题:

XText is a great editor and language manufacture for the DSLs in EClipse. I thought that Intellipad is the equivalent in the .NET world, of course as all I get disappointed when Microsoft announce that it would be part of SQL Server.

Now if I need to create a DSL that runs on the .NET environment with editor that support coloring, intelliscence, errors ... (the editor runs outside the visual studio is a plus, WPF editor is a plus), what tools I have to look for ?

最佳回答

Microsoft "M" is indeed the answer to Eclipse Xtext. Just to compare. Xtext is mature, "M" is CTP. Xtext has twice as many features, but "M" offers some that Xtext dont. Especially the debugging-capabilities and the dynamic parser (no codegen needed).

Rest assured, that you ll be able to use DSLs from "SQL Server Modelling" without having to run it in the relational kernel of SQL Server.

BTW, the Entity Framework is developed from within the same group. Isn t it also available in .NET?

问题回答

暂无回答




相关问题
Treetop: How to make combined rule?

I want to make a simple JSP parser by using Treetop. Now, I have the following problem: My basic grammar for starting is: grammar Jspgrammar rule jspToken <% end rule ...

Language neutral custom tool

I m working on a DSL tool, and for this tool, there exists a custom code generation tool that creates output files. Currently, this tool is registered with C# using a RegistrationAttribute on the ...

How should I construct a finance DSL?

I ve decided to build a database tracking the credit card offers I get in the mail, and one confounding factor has been how to represent the offers. With minimum finance charges and variable rates and ...

How do I build a domain-specific query language?

I have a biology database that I would like to query. There is also a given terminology bank I have access to that has formalizable predicates. I would like to build a query language for this DB using ...

Stop and continue while evaluation an expression tree

At the office, we ve applied simple Domain Specific Languages (DSLs) to several problem domains we encountered. Basically, we parse (lex/yacc) the custom script into an expression tree. Every node ...

Language to create flowcharts [closed]

This seems like something which must have been answered before, but I can t find anything appropriate in the question archives. Basically, I m looking for a little Domain Specific Language to create ...

热门标签