<?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: Book: Lex &amp; Yacc</title>
	<atom:link href="http://simeonpilgrim.com/blog/2009/06/27/book-lex-yacc/feed/" rel="self" type="application/rss+xml" />
	<link>http://simeonpilgrim.com/blog/2009/06/27/book-lex-yacc/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 17:47:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Stu</title>
		<link>http://simeonpilgrim.com/blog/2009/06/27/book-lex-yacc/comment-page-1/#comment-1478</link>
		<dc:creator>Stu</dc:creator>
		<pubDate>Wed, 01 Jul 2009 15:53:05 +0000</pubDate>
		<guid isPermaLink="false">http://simeonpilgrim.com/blog/?p=742#comment-1478</guid>
		<description>I should add I have the really cool dr dobbs small-c resource cd wich has all the small c stuff, the classic book from jimi hendrix etc articles from all the ddj magazines.

quite cool.</description>
		<content:encoded><![CDATA[<p>I should add I have the really cool dr dobbs small-c resource cd wich has all the small c stuff, the classic book from jimi hendrix etc articles from all the ddj magazines.</p>
<p>quite cool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stu</title>
		<link>http://simeonpilgrim.com/blog/2009/06/27/book-lex-yacc/comment-page-1/#comment-1467</link>
		<dc:creator>Stu</dc:creator>
		<pubDate>Mon, 29 Jun 2009 20:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://simeonpilgrim.com/blog/?p=742#comment-1467</guid>
		<description>Retargetable is the LCC book ( http://www.amazon.com/dp/0805316701 )...

my interest in compilers goes waaaay back, ever since I ran into the original smallc implementations. that and VM&#039;s since I tried cracking zmachine way back in the 80s and that magnetic scrolls wrote an entire 68k cpu emulator to port sinclair ql games to every other machine around...</description>
		<content:encoded><![CDATA[<p>Retargetable is the LCC book ( <a href="http://www.amazon.com/dp/0805316701" rel="nofollow">http://www.amazon.com/dp/0805316701</a> )&#8230;</p>
<p>my interest in compilers goes waaaay back, ever since I ran into the original smallc implementations. that and VM&#8217;s since I tried cracking zmachine way back in the 80s and that magnetic scrolls wrote an entire 68k cpu emulator to port sinclair ql games to every other machine around&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simeon</title>
		<link>http://simeonpilgrim.com/blog/2009/06/27/book-lex-yacc/comment-page-1/#comment-1463</link>
		<dc:creator>Simeon</dc:creator>
		<pubDate>Sun, 28 Jun 2009 23:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://simeonpilgrim.com/blog/?p=742#comment-1463</guid>
		<description>Is your interest in compilers based on your game, or some other tangent?

Also by retargetable compiler design, there seems to be three books that could match which one do you mean.</description>
		<content:encoded><![CDATA[<p>Is your interest in compilers based on your game, or some other tangent?</p>
<p>Also by retargetable compiler design, there seems to be three books that could match which one do you mean.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stu</title>
		<link>http://simeonpilgrim.com/blog/2009/06/27/book-lex-yacc/comment-page-1/#comment-1459</link>
		<dc:creator>Stu</dc:creator>
		<pubDate>Sun, 28 Jun 2009 00:59:14 +0000</pubDate>
		<guid isPermaLink="false">http://simeonpilgrim.com/blog/?p=742#comment-1459</guid>
		<description>aah the lexx + yacc book.. I have this, there is a new version coming out soon that should be a good upgrade. I have the &lt;a href=&quot;http://www.pragprog.com/titles/tpantlr/the-definitive-antlr-reference&quot; rel=&quot;nofollow&quot;&gt;pragprog antlr book&lt;/a&gt;, its interesting but antlr seems massively complex :(

right now I&#039;m going over  &lt;a href=&quot;http://www.amazon.com/Writing-Compilers-Interpreters-Ronald-Mak/dp/0471113530&quot; rel=&quot;nofollow&quot;&gt;writing compilers + interpreters by mak&lt;/a&gt;, retargetable compiler design,  and &lt;a href=&quot;http://www.holub.com/software/compiler.design.in.c.html&quot; rel=&quot;nofollow&quot;&gt;holub&#039;s old compiler design book&lt;/a&gt;. I have others I dont like as much (&lt;a href=&quot;http://www.amazon.com/Compilers-Principles-Techniques-Alfred-Aho/dp/0201100886&quot; rel=&quot;nofollow&quot;&gt;dragon bleach&lt;/a&gt;, &lt;a href=&quot;http://www.amazon.com/Modern-Compiler-Design-D-Grune/dp/0471976970&quot; rel=&quot;nofollow&quot;&gt;modern compiler design&lt;/a&gt;, some other old dusty tomes).

&lt;em&gt;Edited by Simeon to add links.&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>aah the lexx + yacc book.. I have this, there is a new version coming out soon that should be a good upgrade. I have the <a href="http://www.pragprog.com/titles/tpantlr/the-definitive-antlr-reference" rel="nofollow">pragprog antlr book</a>, its interesting but antlr seems massively complex :(</p>
<p>right now I&#8217;m going over  <a href="http://www.amazon.com/Writing-Compilers-Interpreters-Ronald-Mak/dp/0471113530" rel="nofollow">writing compilers + interpreters by mak</a>, retargetable compiler design,  and <a href="http://www.holub.com/software/compiler.design.in.c.html" rel="nofollow">holub&#8217;s old compiler design book</a>. I have others I dont like as much (<a href="http://www.amazon.com/Compilers-Principles-Techniques-Alfred-Aho/dp/0201100886" rel="nofollow">dragon bleach</a>, <a href="http://www.amazon.com/Modern-Compiler-Design-D-Grune/dp/0471976970" rel="nofollow">modern compiler design</a>, some other old dusty tomes).</p>
<p><em>Edited by Simeon to add links.</em></p>
]]></content:encoded>
	</item>
</channel>
</rss>

