<?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: JVM Compiler Construction with Scala and BCEL, Part 1.5</title>
	<atom:link href="http://www.deskchecked.com/2008/07/09/jvm-compiler-construction-with-scala-and-bcel-part-15/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deskchecked.com/2008/07/09/jvm-compiler-construction-with-scala-and-bcel-part-15/</link>
	<description>Thomas Lee's programming blog</description>
	<lastBuildDate>Sun, 06 Dec 2009 11:37:11 +1100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tom</title>
		<link>http://www.deskchecked.com/2008/07/09/jvm-compiler-construction-with-scala-and-bcel-part-15/comment-page-1/#comment-1354</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Wed, 09 Jul 2008 12:06:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.vector-seven.com/?p=73#comment-1354</guid>
		<description>Oh, of course. Good catch, Adriaan.

No worries about the breaking changes -- I&#039;m sure many will agree that it&#039;s nice just to have the parser combinators in the standard library. I knew Scala was still evolving when I wrote that article -- I knew it was entirely possible that things would break down the track. I just didn&#039;t expect it to happen so soon. :)</description>
		<content:encoded><![CDATA[<p>Oh, of course. Good catch, Adriaan.</p>
<p>No worries about the breaking changes &#8212; I&#8217;m sure many will agree that it&#8217;s nice just to have the parser combinators in the standard library. I knew Scala was still evolving when I wrote that article &#8212; I knew it was entirely possible that things would break down the track. I just didn&#8217;t expect it to happen so soon. <img src='http://www.deskchecked.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adriaan</title>
		<link>http://www.deskchecked.com/2008/07/09/jvm-compiler-construction-with-scala-and-bcel-part-15/comment-page-1/#comment-1353</link>
		<dc:creator>adriaan</dc:creator>
		<pubDate>Wed, 09 Jul 2008 11:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.vector-seven.com/?p=73#comment-1353</guid>
		<description>you can shorten

  def bracketExpr = &quot;(&quot; ~&gt; expr  e)

to simply:

  def bracketExpr = &quot;(&quot; ~&gt; expr &lt;~ &quot;)&quot;

as lifting with the identity function really is just a no-op ;-)

thanks for using the parser combinator library, and sorry about the breaking changes</description>
		<content:encoded><![CDATA[<p>you can shorten</p>
<p>  def bracketExpr = &#8220;(&#8221; ~&gt; expr  e)</p>
<p>to simply:</p>
<p>  def bracketExpr = &#8220;(&#8221; ~&gt; expr &lt;~ &#8220;)&#8221;</p>
<p>as lifting with the identity function really is just a no-op <img src='http://www.deskchecked.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>thanks for using the parser combinator library, and sorry about the breaking changes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Lee &#187; JVM Compiler Construction with Scala and BCEL, Part 1</title>
		<link>http://www.deskchecked.com/2008/07/09/jvm-compiler-construction-with-scala-and-bcel-part-15/comment-page-1/#comment-1352</link>
		<dc:creator>Thomas Lee &#187; JVM Compiler Construction with Scala and BCEL, Part 1</dc:creator>
		<pubDate>Wed, 09 Jul 2008 11:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.vector-seven.com/?p=73#comment-1352</guid>
		<description>[...] No part 2 yet, but part 1.5 is [...]</description>
		<content:encoded><![CDATA[<p>[...] No part 2 yet, but part 1.5 is [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
