mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-15 05:44:58 +00:00
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. compiler/notes/.nocopyright: Add index.html.
55 lines
1.5 KiB
HTML
55 lines
1.5 KiB
HTML
<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: 2003-10-31 03:30:08 $ by $Author: fjh $@cs.mu.oz.au. <br>
|
|
</body>
|
|
</html>
|