Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
6answers
734 views

Textual Domain-Specific language (DSL) development with Microsoft Visual Studio

I did some researches on developing a DSL in visual studio. At the beginning, I found out there is a Visualization and Modeling SDK for VS2010. It has a tool called DSL tool. But it seems that it is ...
6
votes
4answers
518 views

What advantages does using Oslo and M have and when would you use it?

After attending a talk on Oslo/M I am struggling a bit to see the advantages of using it over existing methods and in what situation it would be useful. I know its quite new and not all details have ...
5
votes
2answers
360 views

What problems will Microsoft's Oslo project solve?

I watched few videos/webcasts about "Oslo" but I still fail to see how it all comes together. I understand that Oslo is a modeling platform. What's the process to create a DSL? Is it more than ...
5
votes
6answers
1k views

T4 vs CodeDom vs Oslo

In an application scaffolding project on which I'm working, I'm trying to decide whether to use Oslo, T4 or CodeDom for generating code. Our goals are to keep dependencies to a minimum and drive code ...
5
votes
3answers
571 views

Oslo's Intellipad: How to set up the 3 column MGrammarMode?

I've been using Oslo for MSchema. Works great. I can write an M Schema for a database design and it generates T-SQL to build the entire db with PKs, FKs, checks for integrity etc. I've set up a ...
5
votes
3answers
2k views

Composite Oriented Programming (COP), .NET 4.0, MEF, and the Oslo Repository

There seems to have been some interest over the past year around COP within the .NET community (ala Qi4j). A few folks have rolled there own COP frameworks (see links below) and it would appear .NET ...
4
votes
3answers
543 views

What is model driven development good for?

Microsoft, of Cairo fame, is working on Oslo, a new modeling platform. Bob Muglia, Senior Vice President of Microsoft Server & Tools Business, states that the benefits of modeling have always been ...
4
votes
26answers
2k views

Is Oslo going to make the role of developer obsolete?

Before, during, and after The PDC there was plenty of talk about Model-Driven Development bringing about the obsolescence of "the developer" as we know it today. Many people are saying that because ...
3
votes
1answer
2k views

Shift reduce and reduce reduce conflicts

I'm having a hard time wrapping my head around this and need some help understanding shift reduce and reduce reduce conflicts. I have a grammar which I can't seem to understand why it's problematic. I ...
2
votes
1answer
27 views

How can I create XSD files from M documents?

Does anyone know of a nice way to: produce XSD documents from an SQL Server Modeling Framework model consume conformant XML documents using that model and add directly into the DB created from the ...
2
votes
5answers
557 views

What do you think about Microsoft Oslo MGraph?

MGraph is a great textual data format brought by Microsoft "Oslo". Do you think it has a chance to get as broad as XML is today? Example (Google Geocode): { name = "waltrop, lehmstr 1d", ...
2
votes
1answer
120 views

Will I be able to create dynamic classes at runtime in Oslo?

For instance, will I be able to create an application that allows users to create and modify existing types at runtime? Will I be able to persist instances of those types in SQL without having to ...
2
votes
2answers
355 views

Am I destined to develop in XML?

Based on what I've seen on Oslo, declarative XML will have a key role. Can I expect to be mucking around a lot of designer generated XML to create real world applications? Just know I haven't ...
1
vote
2answers
207 views

OSLO, ANTLR or other parser grammar, for parsing QUERY EXPRESSION

Greetings I'm working on a project that requires me to write queries in text form, then convert them to some easily processed nodes to be processed by some abiguous repository. Of everything there, ...
1
vote
1answer
68 views

Is there a way to parse a T-SQL select statement with the “Oslo” M runtime?

Searching around the Microsoft.M assembly I found the SourceParser class and whole set of classes in the Microsoft.TSQL10 namespace that seem related to parsing SQL but I cannot find examples of how ...
1
vote
1answer
76 views

Is there a better way to define a decimal in an MGrammar?

I'm working on a DSL in Microsoft's new M Grammar, and it needs to allow decimal values. I've defined decimal as token digits = "0".."9"; token spot = "."; token decimal = digits+ | digits+ spot ...
1
vote
3answers
378 views

What is the difference between “DSL Tools” and “Oslo”?

I've just started playing with domain-specific tools development, and I'm playing with Visual Studio SDK DSL Tools. However, I heard that Microsoft have another initiative into domain-specific ...
1
vote
1answer
394 views

What is Microsoft OSLO?

Is it a DSL generation tool or natural query language?
1
vote
2answers
168 views

Explanation of Oslo error “M2037: SQL Generation Internal Error: Missing generator for variable”?

In Microsoft Oslo SDK CTP 2008 (using Intellipad) the following code compiles fine: module T { type A { Id : Integer32 = AutoNumber(); } where identity Id; As : A*; type B ...
1
vote
2answers
574 views

Is transforming internal DSL to external DSL anti-pattern?

In our legacy system, we wrote our own VM to execute our internal DSL at run time. The in-house VM was designed to run our internal DSL only. We are in the process of rewriting our legacy application. ...
0
votes
1answer
30 views

Writing a parser with M, consume while not rule

I'm writing a HTML parser for my own amusement and I wanted to try out M. I base this work on the HTML 4.01 standard and in there it says Although the STYLE and SCRIPT elements use CDATA for ...
0
votes
1answer
239 views

MGrammar for parsing IF statement

I am building up a MGrammar spec to parse some pseudo code looking for particular bits of information. I have most of the spec working except for 1 cruical element. The pseudo code supports an ...
0
votes
3answers
253 views

Explanation of Oslo error “M0197: 'Text' cannot be used in a Type context”?

In Microsoft Oslo SDK CTP 2008 (using Intellipad) the following code compiles fine: module M { type T { Text : Text; } } while compiling the below code leads to the error "M0197: ...
-1
votes
3answers
257 views

Microsoft Codename?

Today I was walking at the MSDN Forums and I see two very strange forums, Microsoft Codename 'Oslo' and Microsoft Codename 'Dublin', what is this? what they do?