<?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: Integrating ANTLR Code Generation with Visual Studio 2008</title>
	<atom:link href="http://extractmethod.wordpress.com/2008/01/02/integrating-antlr-code-generation-with-visual-studio-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://extractmethod.wordpress.com/2008/01/02/integrating-antlr-code-generation-with-visual-studio-2008/</link>
	<description>Wandering the Internet is search of better code and coding techniques</description>
	<lastBuildDate>Sun, 27 Dec 2009 12:16:56 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mark abraham</title>
		<link>http://extractmethod.wordpress.com/2008/01/02/integrating-antlr-code-generation-with-visual-studio-2008/#comment-42</link>
		<dc:creator>mark abraham</dc:creator>
		<pubDate>Tue, 30 Sep 2008 13:42:51 +0000</pubDate>
		<guid isPermaLink="false">http://extractmethod.wordpress.com/2008/01/02/integrating-antlr-code-generation-with-visual-studio-2008/#comment-42</guid>
		<description>Casademora,
Thank you for the insight as to the VS 2008 integration.  I got roped-in with the SOTA Expression Eval article, also.

I&#039;m wondering if you know about the C# update for the latest ANTLR version, 3.1?

...running into compiler issues because the C# library apparently hasn&#039;t been updated.  Here&#039;s the error I get:

&quot;The type or namespace name &#039;RecognizerSharedState&#039; could not be found (are you missing a using directive or an assembly reference?)&quot;

Best regards!

Mark</description>
		<content:encoded><![CDATA[<p>Casademora,<br />
Thank you for the insight as to the VS 2008 integration.  I got roped-in with the SOTA Expression Eval article, also.</p>
<p>I&#8217;m wondering if you know about the C# update for the latest ANTLR version, 3.1?</p>
<p>&#8230;running into compiler issues because the C# library apparently hasn&#8217;t been updated.  Here&#8217;s the error I get:</p>
<p>&#8220;The type or namespace name &#8216;RecognizerSharedState&#8217; could not be found (are you missing a using directive or an assembly reference?)&#8221;</p>
<p>Best regards!</p>
<p>Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gergely Mezei</title>
		<link>http://extractmethod.wordpress.com/2008/01/02/integrating-antlr-code-generation-with-visual-studio-2008/#comment-27</link>
		<dc:creator>Gergely Mezei</dc:creator>
		<pubDate>Tue, 22 Apr 2008 20:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://extractmethod.wordpress.com/2008/01/02/integrating-antlr-code-generation-with-visual-studio-2008/#comment-27</guid>
		<description>The article is fine, but ANTLR does not really work with VS2008. More properly, ANTLR can produce source code from the .g files, but if this source file is a C++ library, then the library cannot be run in Vs2008 environment (it causes a null pointer exception in antlr.lib).</description>
		<content:encoded><![CDATA[<p>The article is fine, but ANTLR does not really work with VS2008. More properly, ANTLR can produce source code from the .g files, but if this source file is a C++ library, then the library cannot be run in Vs2008 environment (it causes a null pointer exception in antlr.lib).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ActiveEngine Sensei</title>
		<link>http://extractmethod.wordpress.com/2008/01/02/integrating-antlr-code-generation-with-visual-studio-2008/#comment-2</link>
		<dc:creator>ActiveEngine Sensei</dc:creator>
		<pubDate>Thu, 03 Jan 2008 02:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://extractmethod.wordpress.com/2008/01/02/integrating-antlr-code-generation-with-visual-studio-2008/#comment-2</guid>
		<description>It looks as though you have mastered what you need to know for ANTLR.  I wanted to point you to this great article and sample on CodeProject regarding ANTLR:

http://www.codeproject.com/KB/recipes/sota_expression_evaluator.aspx

This article is what got me hooked.  Enjoy.</description>
		<content:encoded><![CDATA[<p>It looks as though you have mastered what you need to know for ANTLR.  I wanted to point you to this great article and sample on CodeProject regarding ANTLR:</p>
<p><a href="http://www.codeproject.com/KB/recipes/sota_expression_evaluator.aspx" rel="nofollow">http://www.codeproject.com/KB/recipes/sota_expression_evaluator.aspx</a></p>
<p>This article is what got me hooked.  Enjoy.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
