<?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: Some problems of recursive descent parsers</title>
	<atom:link href="http://eli.thegreenplace.net/2009/03/14/some-problems-of-recursive-descent-parsers/feed/" rel="self" type="application/rss+xml" />
	<link>http://eli.thegreenplace.net/2009/03/14/some-problems-of-recursive-descent-parsers/</link>
	<description>Eli Bendersky's personal website</description>
	<lastBuildDate>Wed, 10 Mar 2010 17:32:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: eliben</title>
		<link>http://eli.thegreenplace.net/2009/03/14/some-problems-of-recursive-descent-parsers/comment-page-1/#comment-161645</link>
		<dc:creator>eliben</dc:creator>
		<pubDate>Mon, 16 Mar 2009 18:05:28 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/?p=1568#comment-161645</guid>
		<description>@Fredrik,

No worries, I have no intentions of inventing my own parsing algorithms here. I do plan to reach TDOP eventually.</description>
		<content:encoded><![CDATA[<p>@Fredrik,</p>
<p>No worries, I have no intentions of inventing my own parsing algorithms here. I do plan to reach TDOP eventually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredrik</title>
		<link>http://eli.thegreenplace.net/2009/03/14/some-problems-of-recursive-descent-parsers/comment-page-1/#comment-161583</link>
		<dc:creator>Fredrik</dc:creator>
		<pubDate>Mon, 16 Mar 2009 09:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/?p=1568#comment-161583</guid>
		<description>&gt; The solution to this problem is to use a hybrid parser instead of a pure RD one. /.../ In a future article I will discuss an implementation of such a parser.

Instead of inventing your own, you could just use Pratt&#039;s Topdown Operator Precedence parser which solves the problems you discussed very efficiently, and with very little code:

http://effbot.org/zone/simple-top-down-parsing.htm</description>
		<content:encoded><![CDATA[<p>&gt; The solution to this problem is to use a hybrid parser instead of a pure RD one. /&#8230;/ In a future article I will discuss an implementation of such a parser.</p>
<p>Instead of inventing your own, you could just use Pratt&#8217;s Topdown Operator Precedence parser which solves the problems you discussed very efficiently, and with very little code:</p>
<p><a href="http://effbot.org/zone/simple-top-down-parsing.htm" rel="nofollow">http://effbot.org/zone/simple-top-down-parsing.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd McCain</title>
		<link>http://eli.thegreenplace.net/2009/03/14/some-problems-of-recursive-descent-parsers/comment-page-1/#comment-161382</link>
		<dc:creator>Todd McCain</dc:creator>
		<pubDate>Sun, 15 Mar 2009 12:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/?p=1568#comment-161382</guid>
		<description>Very useful! thank you!</description>
		<content:encoded><![CDATA[<p>Very useful! thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
