<?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"
	>
<channel>
	<title>Comments on: Integrating ANTLR with Visual Studio builds</title>
	<atom:link href="http://blog.excastle.com/2006/04/16/integrating-antlr-with-visual-studio-builds/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.excastle.com/2006/04/16/integrating-antlr-with-visual-studio-builds/</link>
	<description>Life, .NET, and Cats</description>
	<pubDate>Sun, 12 Oct 2008 08:01:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Dmitry Pavlov</title>
		<link>http://blog.excastle.com/2006/04/16/integrating-antlr-with-visual-studio-builds/#comment-5517</link>
		<dc:creator>Dmitry Pavlov</dc:creator>
		<pubDate>Thu, 11 Jan 2007 21:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2006/04/16/integrating-antlr-with-visual-studio-builds/#comment-5517</guid>
		<description>Why you didn't use just Pre-Build event of project where generated files are compiled?
</description>
		<content:encoded><![CDATA[<p>Why you didn&#8217;t use just Pre-Build event of project where generated files are compiled?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe White</title>
		<link>http://blog.excastle.com/2006/04/16/integrating-antlr-with-visual-studio-builds/#comment-5516</link>
		<dc:creator>Joe White</dc:creator>
		<pubDate>Tue, 18 Apr 2006 11:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2006/04/16/integrating-antlr-with-visual-studio-builds/#comment-5516</guid>
		<description>I'm writing it from scratch, test-first. It's an interesting exercise.&lt;br&gt;&lt;br&gt;I'd love to share it, but first I have to clear it with the Legal department. I'll keep everyone posted.
</description>
		<content:encoded><![CDATA[<p>I&#8217;m writing it from scratch, test-first. It&#8217;s an interesting exercise.</p>
<p>I&#8217;d love to share it, but first I have to clear it with the Legal department. I&#8217;ll keep everyone posted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Jacobson</title>
		<link>http://blog.excastle.com/2006/04/16/integrating-antlr-with-visual-studio-builds/#comment-5515</link>
		<dc:creator>John Jacobson</dc:creator>
		<pubDate>Tue, 18 Apr 2006 11:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2006/04/16/integrating-antlr-with-visual-studio-builds/#comment-5515</guid>
		<description>I'm curious about the grammasr file you are using. Where did you find it, or did you write it from scratch? Would you be willing to share it?
</description>
		<content:encoded><![CDATA[<p>I&#8217;m curious about the grammasr file you are using. Where did you find it, or did you write it from scratch? Would you be willing to share it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe White</title>
		<link>http://blog.excastle.com/2006/04/16/integrating-antlr-with-visual-studio-builds/#comment-5514</link>
		<dc:creator>Joe White</dc:creator>
		<pubDate>Mon, 17 Apr 2006 19:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2006/04/16/integrating-antlr-with-visual-studio-builds/#comment-5514</guid>
		<description>Well, I just want to write something that parses Delphi. I'm not too concerned about what language I write it in, as long as it's a language I can maintain easily. ANTLR can generate parsers in C#; there's not much that will generate parsers in Delphi. Certainly nothing that's actively maintained.&lt;br&gt;&lt;br&gt;I probably could be using Delphi Studio 2006 for the C# code, but I'm not for two reasons: (1) I didn't think of it, and (2) Delphi 2006 is huge and takes forever to load, and I'm doing this on my home machine which is a medium-powered laptop with, among other things, only 256MB of RAM. Visual Studio is pretty snappy on this hardware. Delphi 2006 would not be. I don't even have it installed on this machine.
</description>
		<content:encoded><![CDATA[<p>Well, I just want to write something that parses Delphi. I&#8217;m not too concerned about what language I write it in, as long as it&#8217;s a language I can maintain easily. ANTLR can generate parsers in C#; there&#8217;s not much that will generate parsers in Delphi. Certainly nothing that&#8217;s actively maintained.</p>
<p>I probably could be using Delphi Studio 2006 for the C# code, but I&#8217;m not for two reasons: (1) I didn&#8217;t think of it, and (2) Delphi 2006 is huge and takes forever to load, and I&#8217;m doing this on my home machine which is a medium-powered laptop with, among other things, only 256MB of RAM. Visual Studio is pretty snappy on this hardware. Delphi 2006 would not be. I don&#8217;t even have it installed on this machine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad.</title>
		<link>http://blog.excastle.com/2006/04/16/integrating-antlr-with-visual-studio-builds/#comment-5513</link>
		<dc:creator>Brad.</dc:creator>
		<pubDate>Mon, 17 Apr 2006 18:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2006/04/16/integrating-antlr-with-visual-studio-builds/#comment-5513</guid>
		<description>Out of curiousity, since you are parsing Delphi code, what is the advantage of doing this in VS?  Or is this just an excercise for learning your way around VS?
</description>
		<content:encoded><![CDATA[<p>Out of curiousity, since you are parsing Delphi code, what is the advantage of doing this in VS?  Or is this just an excercise for learning your way around VS?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
