Import Upstream version 20180207
[hcoop/debian/mlton.git] / doc / guide / localhost / CompilerPassTemplate
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <meta name="generator" content="AsciiDoc 8.6.9">
6 <title>CompilerPassTemplate</title>
7 <link rel="stylesheet" href="./asciidoc.css" type="text/css">
8 <link rel="stylesheet" href="./pygments.css" type="text/css">
9
10
11 <script type="text/javascript" src="./asciidoc.js"></script>
12 <script type="text/javascript">
13 /*<![CDATA[*/
14 asciidoc.install();
15 /*]]>*/
16 </script>
17 <link rel="stylesheet" href="./mlton.css" type="text/css">
18 </head>
19 <body class="article">
20 <div id="banner">
21 <div id="banner-home">
22 <a href="./Home">MLton 20180207</a>
23 </div>
24 </div>
25 <div id="header">
26 <h1>CompilerPassTemplate</h1>
27 </div>
28 <div id="content">
29 <div id="preamble">
30 <div class="sectionbody">
31 <div class="paragraph"><p>An analysis pass for the <a href="ZZZ">ZZZ</a> <a href="IntermediateLanguage">IntermediateLanguage</a>, invoked from <a href="ZZZOtherPass">ZZZOtherPass</a>.
32 An implementation pass for the <a href="ZZZ">ZZZ</a> <a href="IntermediateLanguage">IntermediateLanguage</a>, invoked from <a href="ZZZSimplify">ZZZSimplify</a>.
33 An optimization pass for the <a href="ZZZ">ZZZ</a> <a href="IntermediateLanguage">IntermediateLanguage</a>, invoked from <a href="ZZZSimplify">ZZZSimplify</a>.
34 A rewrite pass for the <a href="ZZZ">ZZZ</a> <a href="IntermediateLanguage">IntermediateLanguage</a>, invoked from <a href="ZZZOtherPass">ZZZOtherPass</a>.
35 A translation pass from the <a href="ZZA">ZZA</a> <a href="IntermediateLanguage">IntermediateLanguage</a> to the <a href="ZZB">ZZB</a> <a href="IntermediateLanguage">IntermediateLanguage</a>.</p></div>
36 </div>
37 </div>
38 <div class="sect1">
39 <h2 id="_description">Description</h2>
40 <div class="sectionbody">
41 <div class="paragraph"><p>A short description of the pass.</p></div>
42 </div>
43 </div>
44 <div class="sect1">
45 <h2 id="_implementation">Implementation</h2>
46 <div class="sectionbody">
47 <div class="ulist"><ul>
48 <li>
49 <p>
50 <a href="https://github.com/MLton/mlton/blob/master/mlton/ZZZ.fun"><span class="monospaced">ZZZ.fun</span></a>
51 </p>
52 </li>
53 </ul></div>
54 </div>
55 </div>
56 <div class="sect1">
57 <h2 id="_details_and_notes">Details and Notes</h2>
58 <div class="sectionbody">
59 <div class="paragraph"><p>Relevant details and notes.</p></div>
60 </div>
61 </div>
62 </div>
63 <div id="footnotes"><hr></div>
64 <div id="footer">
65 <div id="footer-text">
66 </div>
67 <div id="footer-badges">
68 </div>
69 </div>
70 </body>
71 </html>