<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Implementing a scripting language with Antlr (Part 1: Lexer)</title>
	<link>http://tech.puredanger.com/2007/01/13/implementing-a-scripting-language-with-antlr-part-1-lexer/</link>
	<description>Alex Miller's technical blog</description>
	<pubDate>Mon, 12 May 2008 03:33:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: info</title>
		<link>http://tech.puredanger.com/2007/01/13/implementing-a-scripting-language-with-antlr-part-1-lexer/#comment-2715</link>
		<pubDate>Thu, 19 Apr 2007 03:20:53 +0000</pubDate>
		<guid>http://tech.puredanger.com/2007/01/13/implementing-a-scripting-language-with-antlr-part-1-lexer/#comment-2715</guid>
					<description>This is a great introduction to ANTLR. I am embarking on a long journey into a jungle of abstract trees and you are helping me feel the journey will be a success. Thank you.</description>
		<content:encoded><![CDATA[<p>This is a great introduction to ANTLR. I am embarking on a long journey into a jungle of abstract trees and you are helping me feel the journey will be a success. Thank you.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Alex</title>
		<link>http://tech.puredanger.com/2007/01/13/implementing-a-scripting-language-with-antlr-part-1-lexer/#comment-569</link>
		<pubDate>Tue, 30 Jan 2007 14:54:51 +0000</pubDate>
		<guid>http://tech.puredanger.com/2007/01/13/implementing-a-scripting-language-with-antlr-part-1-lexer/#comment-569</guid>
					<description>Absolutely right!  Thanks for the catch.  All the backslashes fell out in some escaping or encoding along the way.  Should be fixed now.</description>
		<content:encoded><![CDATA[<p>Absolutely right!  Thanks for the catch.  All the backslashes fell out in some escaping or encoding along the way.  Should be fixed now.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Omry</title>
		<link>http://tech.puredanger.com/2007/01/13/implementing-a-scripting-language-with-antlr-part-1-lexer/#comment-565</link>
		<pubDate>Tue, 30 Jan 2007 09:44:56 +0000</pubDate>
		<guid>http://tech.puredanger.com/2007/01/13/implementing-a-scripting-language-with-antlr-part-1-lexer/#comment-565</guid>
					<description>You seem to have a little error in the whitespace definition, you got 'n' instead of '\n' etc.</description>
		<content:encoded><![CDATA[<p>You seem to have a little error in the whitespace definition, you got &#8216;n&#8217; instead of &#8216;\n&#8217; etc.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Sandor Korozsi&#8217;s weblog :: Implementing a scripting language with Antlr (Part 1: Lexer) :: January :: 2007</title>
		<link>http://tech.puredanger.com/2007/01/13/implementing-a-scripting-language-with-antlr-part-1-lexer/#comment-484</link>
		<pubDate>Tue, 16 Jan 2007 15:39:18 +0000</pubDate>
		<guid>http://tech.puredanger.com/2007/01/13/implementing-a-scripting-language-with-antlr-part-1-lexer/#comment-484</guid>
					<description>[...] Implementing a scripting language with Antlr (Part 1: Lexer)  Implementing a scripting language with Antlr (Part 2: Parser)      Comments &amp;#187; [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Implementing a scripting language with Antlr (Part 1: Lexer)  Implementing a scripting language with Antlr (Part 2: Parser)      Comments &raquo; [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Tom Copeland</title>
		<link>http://tech.puredanger.com/2007/01/13/implementing-a-scripting-language-with-antlr-part-1-lexer/#comment-475</link>
		<pubDate>Mon, 15 Jan 2007 02:44:38 +0000</pubDate>
		<guid>http://tech.puredanger.com/2007/01/13/implementing-a-scripting-language-with-antlr-part-1-lexer/#comment-475</guid>
					<description>&amp;#62; It took me a long time to explain it, 
&amp;#62; but we wrote a really small and 
&amp;#62; (mostly) simple set of rules to cover
&amp;#62;  all the tokens we needed.

Right on.  I've experienced the same thing with JavaCC.  Once you've done a couple grammars writing a new one isn't hard... explaining it all from scratch can take some time, though.</description>
		<content:encoded><![CDATA[<p>&gt; It took me a long time to explain it,<br />
&gt; but we wrote a really small and<br />
&gt; (mostly) simple set of rules to cover<br />
&gt;  all the tokens we needed.</p>
<p>Right on.  I&#8217;ve experienced the same thing with JavaCC.  Once you&#8217;ve done a couple grammars writing a new one isn&#8217;t hard&#8230; explaining it all from scratch can take some time, though.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
