<?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: Formal Language Processing in Scala</title>
	<atom:link href="http://www.codecommit.com/blog/scala/formal-language-processing-in-scala/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codecommit.com/blog/scala/formal-language-processing-in-scala</link>
	<description>(permanently in beta)</description>
	<lastBuildDate>Sun, 29 Aug 2010 20:01:44 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: byoms23</title>
		<link>http://www.codecommit.com/blog/scala/formal-language-processing-in-scala/comment-page-1#comment-5122</link>
		<dc:creator>byoms23</dc:creator>
		<pubDate>Fri, 06 Aug 2010 01:35:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.codecommit.com/blog/scala/formal-language-processing-in-scala#comment-5122</guid>
		<description>Thanks for this incredible articule, I&#039;m really impress that all the things that I&#039;m studding of compilers right now are so easy to implement in Scala.

I&#039;m just wondering if you will update this post to include Packrat Parsers (wich actually support left recursive grammars)...

Thanks for everythig....</description>
		<content:encoded><![CDATA[<p>Thanks for this incredible articule, I&#8217;m really impress that all the things that I&#8217;m studding of compilers right now are so easy to implement in Scala.</p>
<p>I&#8217;m just wondering if you will update this post to include Packrat Parsers (wich actually support left recursive grammars)&#8230;</p>
<p>Thanks for everythig&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Spiewak</title>
		<link>http://www.codecommit.com/blog/scala/formal-language-processing-in-scala/comment-page-1#comment-3755</link>
		<dc:creator>Daniel Spiewak</dc:creator>
		<pubDate>Tue, 17 Jun 2008 18:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.codecommit.com/blog/scala/formal-language-processing-in-scala#comment-3755</guid>
		<description>Quite so, Patrick.  I have the PinS PDF, but I hadn&#039;t noticed the chapter on combinitors.  Too bad, it probably would have made the research for this article a lot easier.  :-)  Thanks for pointing it out!</description>
		<content:encoded><![CDATA[<p>Quite so, Patrick.  I have the PinS PDF, but I hadn&#8217;t noticed the chapter on combinitors.  Too bad, it probably would have made the research for this article a lot easier.  <img src='http://www.codecommit.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   Thanks for pointing it out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Wright</title>
		<link>http://www.codecommit.com/blog/scala/formal-language-processing-in-scala/comment-page-1#comment-3754</link>
		<dc:creator>Patrick Wright</dc:creator>
		<pubDate>Tue, 17 Jun 2008 18:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.codecommit.com/blog/scala/formal-language-processing-in-scala#comment-3754</guid>
		<description>Nice post. BTW, I found the chapter on parser combinators in the upcoming (and currently available in PDF) Programming in Scala to be quite good. Patrick</description>
		<content:encoded><![CDATA[<p>Nice post. BTW, I found the chapter on parser combinators in the upcoming (and currently available in PDF) Programming in Scala to be quite good. Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.codecommit.com/blog/scala/formal-language-processing-in-scala/comment-page-1#comment-3753</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Tue, 17 Jun 2008 06:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.codecommit.com/blog/scala/formal-language-processing-in-scala#comment-3753</guid>
		<description>Hi MB, 

That paper is not so easy to find on the net, but you can read it here: http://www.eecs.harvard.edu/nr/cs252r/archive/phil-wadler/failure.djvu. 

(and I used this plugin: http://www.lizardtech.com/download/dl_download.php?detail=doc_djvu_plugin&amp;platform=win to display that djvu format).

Cheers,

Eric.</description>
		<content:encoded><![CDATA[<p>Hi MB, </p>
<p>That paper is not so easy to find on the net, but you can read it here: <a href="http://www.eecs.harvard.edu/nr/cs252r/archive/phil-wadler/failure.djvu" rel="nofollow">http://www.eecs.harvard.edu/nr/cs252r/archive/phil-wadler/failure.djvu</a>. </p>
<p>(and I used this plugin: <a href="http://www.lizardtech.com/download/dl_download.php?detail=doc_djvu_plugin&amp;platform=win" rel="nofollow">http://www.lizardtech.com/download/dl_download.php?detail=doc_djvu_plugin&amp;platform=win</a> to display that djvu format).</p>
<p>Cheers,</p>
<p>Eric.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Spiewak</title>
		<link>http://www.codecommit.com/blog/scala/formal-language-processing-in-scala/comment-page-1#comment-3747</link>
		<dc:creator>Daniel Spiewak</dc:creator>
		<pubDate>Mon, 16 Jun 2008 21:09:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.codecommit.com/blog/scala/formal-language-processing-in-scala#comment-3747</guid>
		<description>From Wikipedia&#039;s citation list:

Wadler, Philip. &quot;How to replace failure by a list of successes&quot; P. Jouannaud (ed.) Functional Programming Languages and Computer Architectures Lecture Notes in Computer Science 201, Springer-Verlag, Heidelberg, 113, Year: 1985, Pages: 113 - 128.

Not *precisely* a paper I suppose.  I&#039;ll correct the article.</description>
		<content:encoded><![CDATA[<p>From Wikipedia&#8217;s citation list:</p>
<p>Wadler, Philip. &#8220;How to replace failure by a list of successes&#8221; P. Jouannaud (ed.) Functional Programming Languages and Computer Architectures Lecture Notes in Computer Science 201, Springer-Verlag, Heidelberg, 113, Year: 1985, Pages: 113 &#8211; 128.</p>
<p>Not *precisely* a paper I suppose.  I&#8217;ll correct the article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MB</title>
		<link>http://www.codecommit.com/blog/scala/formal-language-processing-in-scala/comment-page-1#comment-3746</link>
		<dc:creator>MB</dc:creator>
		<pubDate>Mon, 16 Jun 2008 21:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.codecommit.com/blog/scala/formal-language-processing-in-scala#comment-3746</guid>
		<description>hi, where&#039;s the paper by Phillip Wadler that you referred to?</description>
		<content:encoded><![CDATA[<p>hi, where&#8217;s the paper by Phillip Wadler that you referred to?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Madden</title>
		<link>http://www.codecommit.com/blog/scala/formal-language-processing-in-scala/comment-page-1#comment-3744</link>
		<dc:creator>David Madden</dc:creator>
		<pubDate>Mon, 16 Jun 2008 08:05:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.codecommit.com/blog/scala/formal-language-processing-in-scala#comment-3744</guid>
		<description>Wow, Wadler was my supervisor at university a few years ago. A smart cookie indeed.</description>
		<content:encoded><![CDATA[<p>Wow, Wadler was my supervisor at university a few years ago. A smart cookie indeed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
