<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IAintaBlonde.com &#187; Design of Compilers</title>
	<atom:link href="http://www.iaintablonde.com/category/uofl-university-of-louisville/uofl-courses-cecs/design-of-compilers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iaintablonde.com</link>
	<description>Now that u know, lets get serious..............</description>
	<lastBuildDate>Thu, 04 Feb 2010 21:17:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Protected: Design of Compilers Notes : Uofl : CECS 530</title>
		<link>http://www.iaintablonde.com/2007/04/12/design-of-compilers-notes-uofl-cecs-530/</link>
		<comments>http://www.iaintablonde.com/2007/04/12/design-of-compilers-notes-uofl-cecs-530/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 17:40:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design of Compilers]]></category>
		<category><![CDATA[UofL]]></category>

	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.iaintablonde.com/2007/04/12/design-of-compilers-notes-uofl-cecs-530/</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
			<content:encoded><![CDATA[<form action="http://www.iaintablonde.com/wp-pass.php" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-119">Password:<br />
<input name="post_password" id="pwbox-119" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Submit" /></p></form>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.iaintablonde.com/2007/04/12/design-of-compilers-notes-uofl-cecs-530/" target="_blank"><img src="http://www.iaintablonde.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.iaintablonde.com/2007/04/12/design-of-compilers-notes-uofl-cecs-530/" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.iaintablonde.com/2007/04/12/design-of-compilers-notes-uofl-cecs-530/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Coco /R  : Playing with how COMPILERS work!</title>
		<link>http://www.iaintablonde.com/2007/03/04/coco-r-playing-with-how-compilers-work/</link>
		<comments>http://www.iaintablonde.com/2007/03/04/coco-r-playing-with-how-compilers-work/#comments</comments>
		<pubDate>Mon, 05 Mar 2007 01:18:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design of Compilers]]></category>
		<category><![CDATA[I Love Programming!]]></category>
		<category><![CDATA[UofL]]></category>

	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.iaintablonde.com/2007/03/04/coco-r-playing-with-how-compilers-work/</guid>
		<description><![CDATA[
COCO


Summary
Coco/R reads an attributed EBNF grammar of a
language and translates it into a recursive descent parser and a
scanner for that language.  Using Coco/R, compilers can be
generated that are as efficient as hand-coded and carefully
optimized production quality compilers. Almost as important as
efficiency is the simplicity and adequacy of the system.
Programmers are not willing to use [...]]]></description>
			<content:encoded><![CDATA[<h4><a href="http://www.ssw.uni-linz.ac.at/Projects/Compiler.html"><br />
COCO</a></h4>
<table>
<tr>
<td valign="top">Summary</td>
<td valign="top">Coco/R reads an attributed EBNF grammar of a<br />
language and translates it into a recursive descent parser and a<br />
scanner for that language.  Using Coco/R, compilers can be<br />
generated that are as efficient as hand-coded and carefully<br />
optimized production quality compilers. Almost as important as<br />
efficiency is the simplicity and adequacy of the system.<br />
Programmers are not willing to use a tool if it does not come in<br />
handy to their work, if it uses an arcane notation or a bulk of<br />
options and special cases. Coco/R puts simplicity and efficiency<br />
over power.</td>
</tr>
<tr>
<td valign="top">Published Papers</td>
<td valign="top"><a href="ftp://ftp.ssw.uni-linz.ac.at/pub/Papers/Coco.Paper.ps.Z"><br />
Click here to find papers </a></td>
</tr>
<tr>
<td valign="top">Source Code</td>
<td valign="top"><a href="ftp://oberon.ssw.uni-linz.ac.at/pub/Oberon/LinzTools/Coco.Cod"><br />
Click here to obtain COCO </a></td>
</tr>
<tr>
<td valign="top">Manuals</td>
<td valign="top"><a href="ftp://ftp.ssw.uni-linz.ac.at/pub/Reports/Coco.Report.ps.Z"><br />
Click here for manual</a></td>
</tr>
</table>
<p class="poweredbyperformancing">powered by <a href="http://performancing.com/firefox">performancing firefox</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.iaintablonde.com/2007/03/04/coco-r-playing-with-how-compilers-work/" target="_blank"><img src="http://www.iaintablonde.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.iaintablonde.com/2007/03/04/coco-r-playing-with-how-compilers-work/" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.iaintablonde.com/2007/03/04/coco-r-playing-with-how-compilers-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
