<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Just Rakudo It</title>
	<atom:link href="http://justrakudoit.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://justrakudoit.wordpress.com</link>
	<description>I Never Metaop I Didn&#039;t Like</description>
	<lastBuildDate>Thu, 07 Mar 2013 12:58:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Philosophical Issues with Rakudo&#8217;s .parse by skids</title>
		<link>http://justrakudoit.wordpress.com/2013/03/06/philosophical-issues-with-rakudos-parse/#comment-2944</link>
		<dc:creator><![CDATA[skids]]></dc:creator>
		<pubDate>Thu, 07 Mar 2013 12:58:07 +0000</pubDate>
		<guid isPermaLink="false">http://justrakudoit.wordpress.com/?p=464#comment-2944</guid>
		<description><![CDATA[That would be less flexible to the user, if they want to parse such a thing with trailing garbage.  Perhaps supplying both TOP and another rule which could be selected by :target.  However, lots of grammars are going to need this, and it would be pathetic to have a smattering of differently named rules for this, so there is a good argument for a standardized flag.]]></description>
		<content:encoded><![CDATA[<p>That would be less flexible to the user, if they want to parse such a thing with trailing garbage.  Perhaps supplying both TOP and another rule which could be selected by :target.  However, lots of grammars are going to need this, and it would be pathetic to have a smattering of differently named rules for this, so there is a good argument for a standardized flag.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Philosophical Issues with Rakudo&#8217;s .parse by ttjjss</title>
		<link>http://justrakudoit.wordpress.com/2013/03/06/philosophical-issues-with-rakudos-parse/#comment-2943</link>
		<dc:creator><![CDATA[ttjjss]]></dc:creator>
		<pubDate>Wed, 06 Mar 2013 17:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://justrakudoit.wordpress.com/?p=464#comment-2943</guid>
		<description><![CDATA[How about just adding ^ and $ to the TOP rule?]]></description>
		<content:encoded><![CDATA[<p>How about just adding ^ and $ to the TOP rule?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Philosophical Issues with Rakudo&#8217;s .parse by Ron</title>
		<link>http://justrakudoit.wordpress.com/2013/03/06/philosophical-issues-with-rakudos-parse/#comment-2942</link>
		<dc:creator><![CDATA[Ron]]></dc:creator>
		<pubDate>Wed, 06 Mar 2013 14:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://justrakudoit.wordpress.com/?p=464#comment-2942</guid>
		<description><![CDATA[That is &quot;explicit EOF token&quot;. If there is garbage in the input, the EOF token cannot be matched and the parse fails.
Parsing a partial file can be useful when parsing a file to do syntax highlighting a programming language or extracting information like defined functions on the fly in an editor.]]></description>
		<content:encoded><![CDATA[<p>That is &#8220;explicit EOF token&#8221;. If there is garbage in the input, the EOF token cannot be matched and the parse fails.<br />
Parsing a partial file can be useful when parsing a file to do syntax highlighting a programming language or extracting information like defined functions on the fly in an editor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Philosophical Issues with Rakudo&#8217;s .parse by Ron</title>
		<link>http://justrakudoit.wordpress.com/2013/03/06/philosophical-issues-with-rakudos-parse/#comment-2941</link>
		<dc:creator><![CDATA[Ron]]></dc:creator>
		<pubDate>Wed, 06 Mar 2013 14:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://justrakudoit.wordpress.com/?p=464#comment-2941</guid>
		<description><![CDATA[antlr has the same &quot;problem&quot;. There you need to add an explicit  token in the rule to be parsed.]]></description>
		<content:encoded><![CDATA[<p>antlr has the same &#8220;problem&#8221;. There you need to add an explicit  token in the rule to be parsed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Math::BigInt now in ecosystem by colomon</title>
		<link>http://justrakudoit.wordpress.com/2011/02/03/mathbigint-now-in-ecosystem/#comment-2940</link>
		<dc:creator><![CDATA[colomon]]></dc:creator>
		<pubDate>Mon, 11 Feb 2013 03:36:15 +0000</pubDate>
		<guid isPermaLink="false">http://justrakudoit.wordpress.com/?p=265#comment-2940</guid>
		<description><![CDATA[Was that just two years ago?  It seems like an eternity.

These days both Rakudo and Niecza have big Ints built in.  FatRat too.]]></description>
		<content:encoded><![CDATA[<p>Was that just two years ago?  It seems like an eternity.</p>
<p>These days both Rakudo and Niecza have big Ints built in.  FatRat too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Math::BigInt now in ecosystem by George</title>
		<link>http://justrakudoit.wordpress.com/2011/02/03/mathbigint-now-in-ecosystem/#comment-2939</link>
		<dc:creator><![CDATA[George]]></dc:creator>
		<pubDate>Mon, 11 Feb 2013 03:19:48 +0000</pubDate>
		<guid isPermaLink="false">http://justrakudoit.wordpress.com/?p=265#comment-2939</guid>
		<description><![CDATA[oops just realized I&#039;m 2 years behind you !  Coulda sworn that &quot;int&quot; after &quot;Feb 3&quot; was bigger by 2 :)]]></description>
		<content:encoded><![CDATA[<p>oops just realized I&#8217;m 2 years behind you !  Coulda sworn that &#8220;int&#8221; after &#8220;Feb 3&#8243; was bigger by 2 <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Math::BigInt now in ecosystem by George</title>
		<link>http://justrakudoit.wordpress.com/2011/02/03/mathbigint-now-in-ecosystem/#comment-2938</link>
		<dc:creator><![CDATA[George]]></dc:creator>
		<pubDate>Mon, 11 Feb 2013 03:18:08 +0000</pubDate>
		<guid isPermaLink="false">http://justrakudoit.wordpress.com/?p=265#comment-2938</guid>
		<description><![CDATA[cmake?]]></description>
		<content:encoded><![CDATA[<p>cmake?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rakudo and Speed by colomon</title>
		<link>http://justrakudoit.wordpress.com/2010/06/30/rakudo-and-speed/#comment-2937</link>
		<dc:creator><![CDATA[colomon]]></dc:creator>
		<pubDate>Tue, 18 Dec 2012 14:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://justrakudoit.wordpress.com/?p=105#comment-2937</guid>
		<description><![CDATA[Yeah, &lt;code&gt;Bag&lt;/code&gt; was just a gleam in the standard&#039;s eye when I wrote this post...]]></description>
		<content:encoded><![CDATA[<p>Yeah, <code>Bag</code> was just a gleam in the standard&#8217;s eye when I wrote this post&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rakudo and Speed by surreal</title>
		<link>http://justrakudoit.wordpress.com/2010/06/30/rakudo-and-speed/#comment-2936</link>
		<dc:creator><![CDATA[surreal]]></dc:creator>
		<pubDate>Tue, 18 Dec 2012 14:03:30 +0000</pubDate>
		<guid isPermaLink="false">http://justrakudoit.wordpress.com/?p=105#comment-2936</guid>
		<description><![CDATA[now we can write code

just one line.Just Rakudo It !

say &quot;{.key}\t{.value}&quot; for %(bag slurp.words).sort: -*.value;]]></description>
		<content:encoded><![CDATA[<p>now we can write code</p>
<p>just one line.Just Rakudo It !</p>
<p>say &#8220;{.key}\t{.value}&#8221; for %(bag slurp.words).sort: -*.value;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parsing STEP by Jakub Narebski (@jnareb)</title>
		<link>http://justrakudoit.wordpress.com/2012/10/10/parsing-step/#comment-2899</link>
		<dc:creator><![CDATA[Jakub Narebski (@jnareb)]]></dc:creator>
		<pubDate>Wed, 17 Oct 2012 18:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://justrakudoit.wordpress.com/?p=455#comment-2899</guid>
		<description><![CDATA[I wonder how hard would be to add proper Perl6 interface to libmarpa C library (the core of Marpa)...]]></description>
		<content:encoded><![CDATA[<p>I wonder how hard would be to add proper Perl6 interface to libmarpa C library (the core of Marpa)&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
