<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: ANTLR By Example: Part 5: Extra Credit</title>
	<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>
	<pubDate>Wed, 07 Jan 2009 02:15:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Jason</title>
		<link>http://www.alittlemadness.com/2006/07/11/antlr-by-example-part-5-extra-credit/#comment-10480</link>
		<author>Jason</author>
		<pubDate>Mon, 01 Jan 2007 13:29:59 +0000</pubDate>
		<guid>http://www.alittlemadness.com/2006/07/11/antlr-by-example-part-5-extra-credit/#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 :).</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-10306</link>
		<author>Demetrios Kyriakis</author>
		<pubDate>Sat, 30 Dec 2006 15:49:39 +0000</pubDate>
		<guid>http://www.alittlemadness.com/2006/07/11/antlr-by-example-part-5-extra-credit/#comment-10306</guid>
		<description>Thank you very much for this great tutorial.
So far, this is the BEST ANTLR tutorial I'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 "real and simple example" approach (it's even
simpler than the "simple calculator" 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'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-4427</link>
		<author>Kunnummal</author>
		<pubDate>Thu, 09 Nov 2006 23:46:28 +0000</pubDate>
		<guid>http://www.alittlemadness.com/2006/07/11/antlr-by-example-part-5-extra-credit/#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 "changed changed changed"

It is picking the first one 'changed' 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-900</link>
		<author>Ibrahim</author>
		<pubDate>Tue, 08 Aug 2006 13:12:12 +0000</pubDate>
		<guid>http://www.alittlemadness.com/2006/07/11/antlr-by-example-part-5-extra-credit/#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>
