[m-rev.] for review: compiler/notes/index.html

Fergus Henderson fjh at cs.mu.OZ.AU
Thu Oct 23 16:17:58 AEST 2003


Estimated hours taken: 0.25
Branches: main

compiler/notes/index.html:
	New file.  Contains links to the other files in this directory,
	organized into some vaguely coherent categories.

Workspace: /home/ceres/fjh/mercury
Index: compiler/notes/index.html
===================================================================
RCS file: compiler/notes/index.html
diff -N compiler/notes/index.html
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ compiler/notes/index.html	23 Oct 2003 06:14:16 -0000
@@ -0,0 +1,54 @@
+<html>
+<head>
+<title>
+	Compiler Notes Index
+</title>
+</head>
+
+<body bgcolor="#ffffff" text="#000000">
+
+<hr>
+<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
+
+General information for developers:
+
+<ul>
+<li> <a href="authors.html">authors.html</a>
+<li> <a href="bootstrapping.html">bootstrapping.html</a>
+<li> <a href="coding_standards.html">coding_standards.html</a>
+<li> <a href="reviews.html">reviews.html</a>
+<li> <a href="release_checklist.html">release_checklist.html</a>
+<li> <a href="glossary.html">glossary.html</a>
+<li> <a href="upgrade_boehm_gc.html">upgrade_boehm_gc.html</a>
+</ul>
+
+Design notes about the Mercury implementation as a whole:
+
+<ul>
+<li> <a href="compiler_design.html">compiler_design.html</a>
+<li> <a href="overall_design.html">overall_design.html</a>
+</ul>
+
+Design notes about specific aspects of the Mercury implementation:
+
+<ul>
+<li> <a href="allocation.html">allocation.html</a>
+<li> <a href="failure.html">failure.html</a>
+<li> <a href="gc_and_c_code.html">gc_and_c_code.html</a>
+<li> <a href="promise_ex.html">promise_ex.html</a>
+<li> <a href="trailing.html">trailing.html</a>
+<li> <a href="type_class_transformation.html">type_class_transformation.html</a>
+</ul>
+
+Issue lists:
+
+<ul>
+<li> <a href="todo.html">todo.html</a>
+<li> <a href="work_in_progress.html">work_in_progress.html</a>
+</ul>
+
+<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
+
+Last update was $Date$ by $Author: fjh $@cs.mu.oz.au. <br>
+</body>
+</html>

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list