While Oslo may bring us graphical, model and data driven development to the Microsoft Development Platform, the tools and underlying technologies offer interesting textual capabilities. For me, MGrammar actually seems to be the highlight in the Oslo toolset.
MGrammar is basically a GLR parser generator, that can be used from within the .NET framework right now by downloading the Oslo SDK. Microsoft stresses that MGrammar and the M toolset was not planned at all to be included in Oslo. Though, it seems to span a whole new set of opportunities for .NET developers.
Highlights of MGrammar, which I have not seen in other parser generators so far:
I am planning to use MGrammar to solve a number of problems for which I would have previously used internal C# DSLs.
For developers this seems to be the way to boil things down to the essence how syntax structured content is specified. Let’s see how well it goes.
For a one hour introduction, take a look at the MGrammar talk at the PDC 2008.
build DSLs now, no excuses anymore!
yours
armin