<?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 on: Grammar::Tracer and Grammar::Debugger</title>
	<atom:link href="http://perl6advent.wordpress.com/2011/12/02/grammartracer-and-grammardebugger/feed/" rel="self" type="application/rss+xml" />
	<link>http://perl6advent.wordpress.com/2011/12/02/grammartracer-and-grammardebugger/</link>
	<description>Something cool about Perl 6 every day</description>
	<lastBuildDate>Sun, 03 Feb 2013 05:15:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: jnthnwrthngtn</title>
		<link>http://perl6advent.wordpress.com/2011/12/02/grammartracer-and-grammardebugger/#comment-936</link>
		<dc:creator><![CDATA[jnthnwrthngtn]]></dc:creator>
		<pubDate>Mon, 05 Dec 2011 17:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://perl6advent.wordpress.com/?p=758#comment-936</guid>
		<description><![CDATA[If your grammar is called, for example, SalesExport, then you can parse a whole file with

&lt;code&gt;my $parsetree = SalesExport.parsefile(&#039;filename&#039;);&lt;/code&gt;

What you get back is a tree of match objects.

For an example of working with the parsed data, see slide 37 and onwards in:

http://jnthn.net/papers/2010-nuug-little-n-large.pdf

Thanks,

Jonathan]]></description>
		<content:encoded><![CDATA[<p>If your grammar is called, for example, SalesExport, then you can parse a whole file with</p>
<p><code>my $parsetree = SalesExport.parsefile('filename');</code></p>
<p>What you get back is a tree of match objects.</p>
<p>For an example of working with the parsed data, see slide 37 and onwards in:</p>
<p><a href="http://jnthn.net/papers/2010-nuug-little-n-large.pdf" rel="nofollow">http://jnthn.net/papers/2010-nuug-little-n-large.pdf</a></p>
<p>Thanks,</p>
<p>Jonathan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gernot</title>
		<link>http://perl6advent.wordpress.com/2011/12/02/grammartracer-and-grammardebugger/#comment-932</link>
		<dc:creator><![CDATA[Gernot]]></dc:creator>
		<pubDate>Mon, 05 Dec 2011 14:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://perl6advent.wordpress.com/?p=758#comment-932</guid>
		<description><![CDATA[Using your little grammar how would I parse a whole file and access its data in an idiomatic fashion? I faintly remember there was a Grammar::parse method ...]]></description>
		<content:encoded><![CDATA[<p>Using your little grammar how would I parse a whole file and access its data in an idiomatic fashion? I faintly remember there was a Grammar::parse method &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: payload</title>
		<link>http://perl6advent.wordpress.com/2011/12/02/grammartracer-and-grammardebugger/#comment-924</link>
		<dc:creator><![CDATA[payload]]></dc:creator>
		<pubDate>Sun, 04 Dec 2011 13:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://perl6advent.wordpress.com/?p=758#comment-924</guid>
		<description><![CDATA[Well i&#039;m waiting for the metaprogramming post, cause although Grammar::Tracer is small and readable, knowing which methods to override and to implement is the more challenging stuff in Rakudo ;-)

make links to documentation! ^^]]></description>
		<content:encoded><![CDATA[<p>Well i&#8217;m waiting for the metaprogramming post, cause although Grammar::Tracer is small and readable, knowing which methods to override and to implement is the more challenging stuff in Rakudo ;-)</p>
<p>make links to documentation! ^^</p>
]]></content:encoded>
	</item>
</channel>
</rss>
