<?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: Easy Parsing in Scala</title>
	<atom:link href="http://oldfashionedsoftware.com/2008/08/16/easy-parsing-in-scala/feed/" rel="self" type="application/rss+xml" />
	<link>http://oldfashionedsoftware.com/2008/08/16/easy-parsing-in-scala/</link>
	<description></description>
	<lastBuildDate>Wed, 25 Jan 2012 15:21:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Parser Combinators are the shit! &#171; Processing with Scala</title>
		<link>http://oldfashionedsoftware.com/2008/08/16/easy-parsing-in-scala/#comment-710</link>
		<dc:creator><![CDATA[Parser Combinators are the shit! &#171; Processing with Scala]]></dc:creator>
		<pubDate>Fri, 29 Jul 2011 08:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://matthewmalone.wordpress.com/?p=16#comment-710</guid>
		<description><![CDATA[[...] go into details about how such combinators work or write a tutorial; there are enough of them out there. It is sufficient to say that you can build a basic arithmetic calculator (with +, -, *, /, and [...]]]></description>
		<content:encoded><![CDATA[<p>[...] go into details about how such combinators work or write a tutorial; there are enough of them out there. It is sufficient to say that you can build a basic arithmetic calculator (with +, -, *, /, and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://oldfashionedsoftware.com/2008/08/16/easy-parsing-in-scala/#comment-695</link>
		<dc:creator><![CDATA[Max]]></dc:creator>
		<pubDate>Sun, 06 Mar 2011 15:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://matthewmalone.wordpress.com/?p=16#comment-695</guid>
		<description><![CDATA[I should also add that I ran into problems with overriding skipWhitespace = false for my application.  It made matching lists of regexes a bit more difficult if they had variable amounts of spacing.]]></description>
		<content:encoded><![CDATA[<p>I should also add that I ran into problems with overriding skipWhitespace = false for my application.  It made matching lists of regexes a bit more difficult if they had variable amounts of spacing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://oldfashionedsoftware.com/2008/08/16/easy-parsing-in-scala/#comment-694</link>
		<dc:creator><![CDATA[Max]]></dc:creator>
		<pubDate>Sun, 06 Mar 2011 07:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://matthewmalone.wordpress.com/?p=16#comment-694</guid>
		<description><![CDATA[Thanks for this great post!  One thing that I ran into that I&#039;m not sure if you hit was getting the matched terms back after parsing.  For example, parsing key:value and being able to pull out the key and value after successful parse.  I was able to use result.productElement(n) to grab the nth group.]]></description>
		<content:encoded><![CDATA[<p>Thanks for this great post!  One thing that I ran into that I&#8217;m not sure if you hit was getting the matched terms back after parsing.  For example, parsing key:value and being able to pull out the key and value after successful parse.  I was able to use result.productElement(n) to grab the nth group.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yuvi Masory</title>
		<link>http://oldfashionedsoftware.com/2008/08/16/easy-parsing-in-scala/#comment-649</link>
		<dc:creator><![CDATA[Yuvi Masory]]></dc:creator>
		<pubDate>Thu, 19 Aug 2010 21:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://matthewmalone.wordpress.com/?p=16#comment-649</guid>
		<description><![CDATA[Thanks for this. Especially the handleWhiteSpace override!]]></description>
		<content:encoded><![CDATA[<p>Thanks for this. Especially the handleWhiteSpace override!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://oldfashionedsoftware.com/2008/08/16/easy-parsing-in-scala/#comment-3</link>
		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Sun, 17 Aug 2008 05:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://matthewmalone.wordpress.com/?p=16#comment-3</guid>
		<description><![CDATA[I&#039;ve made an &lt;a href=&quot;http://oldfashionedsoftware.com/2008/08/17/easy-parsing-in-scala-addendum/&quot; rel=&quot;nofollow&quot;&gt;addendum&lt;/a&gt; to this post.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve made an <a href="http://oldfashionedsoftware.com/2008/08/17/easy-parsing-in-scala-addendum/" rel="nofollow">addendum</a> to this post.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

