<?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: Can the Classic Dynamic Parsers be Ported to Qi?</title>
	<atom:link href="http://boost-spirit.com/home/2010/01/28/can-the-classic-dynamic-parsers-be-ported-to-qi/feed/" rel="self" type="application/rss+xml" />
	<link>http://boost-spirit.com/home/2010/01/28/can-the-classic-dynamic-parsers-be-ported-to-qi/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=can-the-classic-dynamic-parsers-be-ported-to-qi</link>
	<description>Home of The Boost.Spirit Library</description>
	<lastBuildDate>Sat, 28 Aug 2010 10:48:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jeroen Habraken</title>
		<link>http://boost-spirit.com/home/2010/01/28/can-the-classic-dynamic-parsers-be-ported-to-qi/comment-page-1/#comment-1282</link>
		<dc:creator>Jeroen Habraken</dc:creator>
		<pubDate>Thu, 28 Jan 2010 13:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://boost-spirit.com/home/?p=929#comment-1282</guid>
		<description>&lt;code&gt;while e { s }&lt;/code&gt; can be rewritten to &lt;code&gt;if e { s; while e { s } } else { skip }&lt;/code&gt;. Could this recursion be used to eliminate the need for a local variable in the while, and do .. while expressions?</description>
		<content:encoded><![CDATA[<p><code>while e { s }</code> can be rewritten to <code>if e { s; while e { s } } else { skip }</code>. Could this recursion be used to eliminate the need for a local variable in the while, and do .. while expressions?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
