<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Implementation map for nhc98</title></head>
<body bgcolor='#ffffff'>
<table><tr><td width=500>
<center>
<h1>Implementation map for nhc98</h1>
</center>
<hr>
<p>
The maintainers of <em>nhc98</em> would very much welcome the
contributions of other developers towards this compiler. This page
is the beginning of an implementation map for the internals of nhc98.
<p>
<dl>
<dd> <a href="intro">Introduction</a>
<dd> <a href="build-system">The build system</a>
<dd> <a href="phases">Compiler phases</a>
<dd> <a href="space-efficient">Space efficiency</a>
<dd> <a href="bytecode">Byte coding</a>
<dd> <a href="memorylayout">Memory layout</a>
<dd> <a href="gc">Garbage collector</a>
</dl>
<hr>
<p>
The latest updates to these pages are available on the WWW from
<a href="http://www.cs.york.ac.uk/fp/nhc98/">
<tt>http://www.cs.york.ac.uk/fp/nhc98/</tt></a>
<p>
This page last modified: 4th March 2005<br>
<a href="http://www.cs.york.ac.uk/fp/">
York Functional Programming Group</a><br>
</td></tr></table>
</body></html>
|