<?xml version="1.0" ?>
<?xml-stylesheet type="text/xsl" href="xsl/index.xsl"?>
<page
    title="RiDL"
    header="header.xml"
    footer="footer.xml"
    leftbar="menubar.xml"
    rightbar="rightbar.xml">
  <content>
    <h1>Introduction</h1>
    <div class="content_text">
      RiDL is a collection of compiler tools for the 
      <a href="http://nemerle.org">Nemerle</a> language. Currently only the
      lexical analysis generator (rlex) is fully implemented. Work is currently
      underway to construct a parser generator (rpg), and a 
      <a href="http://citeseer.ist.psu.edu/henry92burg.html">burg</a> like 
      instruction selector is planned.
    </div>
    <h1>Download</h1>
    <div class="content_text">
      Releases:
      <ul style="margin-top:0px">
        <li> 
	  <a href="http://sourceforge.net/project/showfiles.php?group_id=119899&amp;package_id=131491&amp;release_id=272282">ridl 0.0.1</a> (with only rlex)
	</li>
	<li>
	  <a href="ridl-0.0.3.tar.gz">ridl 0.0.3</a> (rpg alpha release)
        </li>
      </ul>
      Current source code is available from cvs.
    </div>
    <h1>Status</h1>
    <div class="content_text">
      <ul>
        <li>
	  Calculator example working with support for character literals. See ridl-0.0.2 link above
	</li>
	<li>
	  Informal roadmap can be found 
	  <a href="http://nemerle.org/mailman/pipermail/devel-en/2004-October/000298.html">here</a>.
	</li>
      </ul>
    </div>
  </content>
</page>
