<?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/"
		>
<channel>
	<title>Comments on: ANTLR By Example: Part 5: Extra Credit</title>
	<atom:link href="http://www.alittlemadness.com/2006/07/11/antlr-by-example-part-5-extra-credit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alittlemadness.com/2006/07/11/antlr-by-example-part-5-extra-credit/</link>
	<description>A man needs a little madness, or else he never dares cut the rope and be free. -Nikos Kazantzakis</description>
	<lastBuildDate>Fri, 03 Feb 2012 00:04:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Manoj Rajagopalan</title>
		<link>http://www.alittlemadness.com/2006/07/11/antlr-by-example-part-5-extra-credit/comment-page-1/#comment-182230</link>
		<dc:creator>Manoj Rajagopalan</dc:creator>
		<pubDate>Tue, 18 Aug 2009 14:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/?p=31#comment-182230</guid>
		<description>Nice tutorial! I found another tutorial which might have a solution to your DRY violation:

http://jnb.ociweb.com/jnb/jnbJun2008.html

Please scroll down to the section titled &quot;Our Parser Grammar&quot;. The author specifies a parser-grammar option to load the lexer tokens.

Thanks,
Manoj</description>
		<content:encoded><![CDATA[<p>Nice tutorial! I found another tutorial which might have a solution to your DRY violation:</p>
<p><a href="http://jnb.ociweb.com/jnb/jnbJun2008.html" rel="nofollow">http://jnb.ociweb.com/jnb/jnbJun2008.html</a></p>
<p>Please scroll down to the section titled &#8220;Our Parser Grammar&#8221;. The author specifies a parser-grammar option to load the lexer tokens.</p>
<p>Thanks,<br />
Manoj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.alittlemadness.com/2006/07/11/antlr-by-example-part-5-extra-credit/comment-page-1/#comment-10480</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 01 Jan 2007 13:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/?p=31#comment-10480</guid>
		<description>Demetrios,

Thanks for the kind feedback.  I would like to review the tutorial at some point.  At the moment it (and unfortunately some questions from readers) has been neglected for a little while.  Of course, it comes down to finding the time to review it properly, but you have provided some motivation :).</description>
		<content:encoded><![CDATA[<p>Demetrios,</p>
<p>Thanks for the kind feedback.  I would like to review the tutorial at some point.  At the moment it (and unfortunately some questions from readers) has been neglected for a little while.  Of course, it comes down to finding the time to review it properly, but you have provided some motivation <img src='http://www.alittlemadness.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Demetrios Kyriakis</title>
		<link>http://www.alittlemadness.com/2006/07/11/antlr-by-example-part-5-extra-credit/comment-page-1/#comment-10306</link>
		<dc:creator>Demetrios Kyriakis</dc:creator>
		<pubDate>Sat, 30 Dec 2006 15:49:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/?p=31#comment-10306</guid>
		<description>Thank you very much for this great tutorial.
So far, this is the BEST ANTLR tutorial I&#039;ve ever red, and even if ANTLR is pretty heavy, most users(I know) who read your tutorial understood it much better based on your &quot;real and simple example&quot; approach (it&#039;s even
simpler than the &quot;simple calculator&quot; example).

Because this tutorial is so great, IMHO you could/should:
- review it, and extend a little,
- generate a PDF (all in one)
- publish it on the ANTLR lists, so that everybody knows about it.
- submit it to TheServerside and JavaWorld.com cause it&#039;s very easy to understand and you would get a much bigger audience.

Thank you,

D.</description>
		<content:encoded><![CDATA[<p>Thank you very much for this great tutorial.<br />
So far, this is the BEST ANTLR tutorial I&#8217;ve ever red, and even if ANTLR is pretty heavy, most users(I know) who read your tutorial understood it much better based on your &#8220;real and simple example&#8221; approach (it&#8217;s even<br />
simpler than the &#8220;simple calculator&#8221; example).</p>
<p>Because this tutorial is so great, IMHO you could/should:<br />
- review it, and extend a little,<br />
- generate a PDF (all in one)<br />
- publish it on the ANTLR lists, so that everybody knows about it.<br />
- submit it to TheServerside and JavaWorld.com cause it&#8217;s very easy to understand and you would get a much bigger audience.</p>
<p>Thank you,</p>
<p>D.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kunnummal</title>
		<link>http://www.alittlemadness.com/2006/07/11/antlr-by-example-part-5-extra-credit/comment-page-1/#comment-4427</link>
		<dc:creator>Kunnummal</dc:creator>
		<pubDate>Thu, 09 Nov 2006 23:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/?p=31#comment-4427</guid>
		<description>Hi,
Thanks for wonderful tutorial, I have really enjoyed this and got something out from it.

I have a concern about the validation, looks like if we try

java NotifyConditionParserTest &quot;changed changed changed&quot;

It is picking the first one &#039;changed&#039; and ignoring it, I would expect it raises an syntax exception.

Thanks
Kunnummal</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks for wonderful tutorial, I have really enjoyed this and got something out from it.</p>
<p>I have a concern about the validation, looks like if we try</p>
<p>java NotifyConditionParserTest &#8220;changed changed changed&#8221;</p>
<p>It is picking the first one &#8216;changed&#8217; and ignoring it, I would expect it raises an syntax exception.</p>
<p>Thanks<br />
Kunnummal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ibrahim</title>
		<link>http://www.alittlemadness.com/2006/07/11/antlr-by-example-part-5-extra-credit/comment-page-1/#comment-900</link>
		<dc:creator>Ibrahim</dc:creator>
		<pubDate>Tue, 08 Aug 2006 13:12:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/?p=31#comment-900</guid>
		<description>Hi!

considering the DRY violation, have you tried

class MyParser extends Parser; 
options { 
   importVocab=V; 
} 

ANTLR will now look for VTokenTypes.txt in the current directory and preload the token manager for MyParser with the enclosed information.


HTH,
Ibrahim</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>considering the DRY violation, have you tried</p>
<p>class MyParser extends Parser;<br />
options {<br />
   importVocab=V;<br />
} </p>
<p>ANTLR will now look for VTokenTypes.txt in the current directory and preload the token manager for MyParser with the enclosed information.</p>
<p>HTH,<br />
Ibrahim</p>
]]></content:encoded>
	</item>
</channel>
</rss>

