Import Debian changes 20180207-1
[hcoop/debian/mlton.git] / doc / guide / localhost / MatchCompilation
CommitLineData
7f918cf1
CE
1<!DOCTYPE html>\r
2<html lang="en">\r
3<head>\r
4<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">\r
5<meta name="generator" content="AsciiDoc 8.6.9">\r
6<title>MatchCompilation</title>\r
7<link rel="stylesheet" href="./asciidoc.css" type="text/css">\r
8<link rel="stylesheet" href="./pygments.css" type="text/css">\r
9\r
10\r
11<script type="text/javascript" src="./asciidoc.js"></script>\r
12<script type="text/javascript">\r
13/*<![CDATA[*/\r
14asciidoc.install();\r
15/*]]>*/\r
16</script>\r
17<link rel="stylesheet" href="./mlton.css" type="text/css">\r
18</head>\r
19<body class="article">\r
20<div id="banner">\r
21<div id="banner-home">\r
22<a href="./Home">MLton 20180207</a>\r
23</div>\r
24</div>\r
25<div id="header">\r
26<h1>MatchCompilation</h1>\r
27</div>\r
28<div id="content">\r
29<div id="preamble">\r
30<div class="sectionbody">\r
31<div class="paragraph"><p>Match compilation is the process of translating an SML match into a\r
32nested tree (or dag) of simple case expressions and tests.</p></div>\r
33<div class="paragraph"><p>MLton&#8217;s match compiler is described <a href="MatchCompile">here</a>.</p></div>\r
34</div>\r
35</div>\r
36<div class="sect1">\r
37<h2 id="_match_compilation_in_other_compilers">Match compilation in other compilers</h2>\r
38<div class="sectionbody">\r
39<div class="ulist"><ul>\r
40<li>\r
41<p>\r
42<a href="References#BaudinetMacQueen85">BaudinetMacQueen85</a>\r
43</p>\r
44</li>\r
45<li>\r
46<p>\r
47<a href="References#Leroy90">Leroy90</a>, pages 60-69.\r
48</p>\r
49</li>\r
50<li>\r
51<p>\r
52<a href="References#Sestoft96">Sestoft96</a>\r
53</p>\r
54</li>\r
55<li>\r
56<p>\r
57<a href="References#ScottRamsey00">ScottRamsey00</a>\r
58</p>\r
59</li>\r
60</ul></div>\r
61</div>\r
62</div>\r
63</div>\r
64<div id="footnotes"><hr></div>\r
65<div id="footer">\r
66<div id="footer-text">\r
67</div>\r
68<div id="footer-badges">\r
69</div>\r
70</div>\r
71</body>\r
72</html>\r