<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Linqing M Grammar to CIL</title>
	<atom:link href="http://rogeralsing.com/2008/11/22/linqing-mgrammar-to-cil/feed/" rel="self" type="application/rss+xml" />
	<link>http://rogeralsing.com/2008/11/22/linqing-mgrammar-to-cil/</link>
	<description></description>
	<lastBuildDate>Sat, 28 Jan 2012 14:35:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Sanin</title>
		<link>http://rogeralsing.com/2008/11/22/linqing-mgrammar-to-cil/#comment-1289</link>
		<dc:creator><![CDATA[Sanin]]></dc:creator>
		<pubDate>Tue, 16 Jun 2009 19:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://rogeralsing.wordpress.com/?p=164#comment-1289</guid>
		<description><![CDATA[Have you tried upgrading this to the May CTP?

It seems like MGrammarXAMLReader does not work in May CTP and even the download link has disappeared...]]></description>
		<content:encoded><![CDATA[<p>Have you tried upgrading this to the May CTP?</p>
<p>It seems like MGrammarXAMLReader does not work in May CTP and even the download link has disappeared&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Chase</title>
		<link>http://rogeralsing.com/2008/11/22/linqing-mgrammar-to-cil/#comment-1045</link>
		<dc:creator><![CDATA[Justin Chase]]></dc:creator>
		<pubDate>Wed, 18 Mar 2009 14:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://rogeralsing.wordpress.com/?p=164#comment-1045</guid>
		<description><![CDATA[Hello! Interesting post, I have been working on something almost exactly the same actually. Except I didn&#039;t know about the MGraphXamlWriter until now so I&#039;ll probably have to do some changes and start using that. I have started a project that is a full language complete with DataBinding so you can bind custom DSLs to Templates to generate code. Here are some links:

http://metasharp.codeplex.com
http://www.justnbusiness.com/post/2009/03/11/MetaSharp-code-generation-success!.aspx

Good stuff thanks!]]></description>
		<content:encoded><![CDATA[<p>Hello! Interesting post, I have been working on something almost exactly the same actually. Except I didn&#8217;t know about the MGraphXamlWriter until now so I&#8217;ll probably have to do some changes and start using that. I have started a project that is a full language complete with DataBinding so you can bind custom DSLs to Templates to generate code. Here are some links:</p>
<p><a href="http://metasharp.codeplex.com" rel="nofollow">http://metasharp.codeplex.com</a><br />
<a href="http://www.justnbusiness.com/post/2009/03/11/MetaSharp-code-generation-success!.aspx" rel="nofollow">http://www.justnbusiness.com/post/2009/03/11/MetaSharp-code-generation-success!.aspx</a></p>
<p>Good stuff thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don</title>
		<link>http://rogeralsing.com/2008/11/22/linqing-mgrammar-to-cil/#comment-983</link>
		<dc:creator><![CDATA[Don]]></dc:creator>
		<pubDate>Fri, 16 Jan 2009 17:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://rogeralsing.wordpress.com/?p=164#comment-983</guid>
		<description><![CDATA[MgBasic generated XamlParseException error when parsing the following syntax:

int res = -1 - -7 
print &#039;The result of: -1 - -7 is:&#039; 
print res

Location:
SpankyJ.DynamicParserExtensions.ParseObject(System.Dataflow.DynamicParser parser = {System.Dataflow.DynamicParser}, System.IO.TextReader input = {System.IO.StringReader}, System.Dataflow.ErrorReporter errorReporter = null, System.Collections.Generic.Dictionary xamlMap = Count = 28, System.Collections.Generic.Dictionary namespaces = null) Line 53	C#

Error:
Unable to resolve the type &#039;Negate&#039;. Ensure that the type name is correct or that  the Assembly containing the type is loaded.]]></description>
		<content:encoded><![CDATA[<p>MgBasic generated XamlParseException error when parsing the following syntax:</p>
<p>int res = -1 &#8211; -7<br />
print &#8216;The result of: -1 &#8211; -7 is:&#8217;<br />
print res</p>
<p>Location:<br />
SpankyJ.DynamicParserExtensions.ParseObject(System.Dataflow.DynamicParser parser = {System.Dataflow.DynamicParser}, System.IO.TextReader input = {System.IO.StringReader}, System.Dataflow.ErrorReporter errorReporter = null, System.Collections.Generic.Dictionary xamlMap = Count = 28, System.Collections.Generic.Dictionary namespaces = null) Line 53	C#</p>
<p>Error:<br />
Unable to resolve the type &#8216;Negate&#8217;. Ensure that the type name is correct or that  the Assembly containing the type is loaded.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don</title>
		<link>http://rogeralsing.com/2008/11/22/linqing-mgrammar-to-cil/#comment-982</link>
		<dc:creator><![CDATA[Don]]></dc:creator>
		<pubDate>Fri, 16 Jan 2009 16:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://rogeralsing.wordpress.com/?p=164#comment-982</guid>
		<description><![CDATA[I opened MgBasic.sln with VS2010CTP and I get 3 unknown References:
   Microsoft.M.Grammar
   System.Dataflow
   Xaml

How do I resovle the references with VS2010CTP which is running on Virtual PC?

THANKS.]]></description>
		<content:encoded><![CDATA[<p>I opened MgBasic.sln with VS2010CTP and I get 3 unknown References:<br />
   Microsoft.M.Grammar<br />
   System.Dataflow<br />
   Xaml</p>
<p>How do I resovle the references with VS2010CTP which is running on Virtual PC?</p>
<p>THANKS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visual Studio 10 and .NET Framework 4.0 - WinSoft.se</title>
		<link>http://rogeralsing.com/2008/11/22/linqing-mgrammar-to-cil/#comment-726</link>
		<dc:creator><![CDATA[Visual Studio 10 and .NET Framework 4.0 - WinSoft.se]]></dc:creator>
		<pubDate>Sat, 13 Dec 2008 12:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://rogeralsing.wordpress.com/?p=164#comment-726</guid>
		<description><![CDATA[[...] MSDN, and my friend Roger Alsing quickly made a .NET language, Mg Basic, using MGrammar. Check it out!      No comments for this entry [...]]]></description>
		<content:encoded><![CDATA[<p>[...] MSDN, and my friend Roger Alsing quickly made a .NET language, Mg Basic, using MGrammar. Check it out!      No comments for this entry [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rhencke</title>
		<link>http://rogeralsing.com/2008/11/22/linqing-mgrammar-to-cil/#comment-657</link>
		<dc:creator><![CDATA[rhencke]]></dc:creator>
		<pubDate>Thu, 11 Dec 2008 17:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://rogeralsing.wordpress.com/?p=164#comment-657</guid>
		<description><![CDATA[This is excellent.  I have been wanting to do something like this for a while, but never really had a good, simple, end-to-end example to follow to get started.  Thanks for publishing this!]]></description>
		<content:encoded><![CDATA[<p>This is excellent.  I have been wanting to do something like this for a while, but never really had a good, simple, end-to-end example to follow to get started.  Thanks for publishing this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger Alsing</title>
		<link>http://rogeralsing.com/2008/11/22/linqing-mgrammar-to-cil/#comment-341</link>
		<dc:creator><![CDATA[Roger Alsing]]></dc:creator>
		<pubDate>Tue, 02 Dec 2008 05:50:55 +0000</pubDate>
		<guid isPermaLink="false">http://rogeralsing.wordpress.com/?p=164#comment-341</guid>
		<description><![CDATA[&gt;&gt;Another way to deal with your atom transformation problem would be with TypeConverters.

Yes, I wrote about this on the Oslo forums.
But I never really managed to get XAML to use the typeconverters for primitive types here.
Eg, converting to int or string.]]></description>
		<content:encoded><![CDATA[<p>&gt;&gt;Another way to deal with your atom transformation problem would be with TypeConverters.</p>
<p>Yes, I wrote about this on the Oslo forums.<br />
But I never really managed to get XAML to use the typeconverters for primitive types here.<br />
Eg, converting to int or string.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Williams (SpankyJ)</title>
		<link>http://rogeralsing.com/2008/11/22/linqing-mgrammar-to-cil/#comment-339</link>
		<dc:creator><![CDATA[Josh Williams (SpankyJ)]]></dc:creator>
		<pubDate>Tue, 02 Dec 2008 03:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://rogeralsing.wordpress.com/?p=164#comment-339</guid>
		<description><![CDATA[Another way to deal with your atom transformation problem would be with TypeConverters.

XAML is fundamentally a textual format, so they already had to deal with this problem.

-josh]]></description>
		<content:encoded><![CDATA[<p>Another way to deal with your atom transformation problem would be with TypeConverters.</p>
<p>XAML is fundamentally a textual format, so they already had to deal with this problem.</p>
<p>-josh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Development in a Blink &#187; Blog Archive &#187; I&#8217;ve added a lot of new feeds to my Google Reader</title>
		<link>http://rogeralsing.com/2008/11/22/linqing-mgrammar-to-cil/#comment-331</link>
		<dc:creator><![CDATA[Development in a Blink &#187; Blog Archive &#187; I&#8217;ve added a lot of new feeds to my Google Reader]]></dc:creator>
		<pubDate>Wed, 26 Nov 2008 00:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://rogeralsing.wordpress.com/?p=164#comment-331</guid>
		<description><![CDATA[[...] Linqing M Grammar to CIL [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Linqing M Grammar to CIL [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Wynne Stepp</title>
		<link>http://rogeralsing.com/2008/11/22/linqing-mgrammar-to-cil/#comment-329</link>
		<dc:creator><![CDATA[Erik Wynne Stepp]]></dc:creator>
		<pubDate>Sun, 23 Nov 2008 23:36:21 +0000</pubDate>
		<guid isPermaLink="false">http://rogeralsing.wordpress.com/?p=164#comment-329</guid>
		<description><![CDATA[Roger, this is cool!]]></description>
		<content:encoded><![CDATA[<p>Roger, this is cool!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

