You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>index (InferIR.index)</title><link rel="stylesheet" href="../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc %%VERSION%%"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a> – InferIR</nav><nav class="toc"><ul><li><a href="#library-inferir:-intermediate-representation">Library InferIR: Intermediate Representation</a></li></ul></nav></header><h2 id="library-inferir:-intermediate-representation"><a href="#library-inferir:-intermediate-representation" class="anchor"></a>Library InferIR: Intermediate Representation</h2><p>The Intermediate Representation, called <code>SIL</code>, is a format used by the back-end for analysis. It is produced by the front-ends.</p><p>The entry point of this library is the module: <a href="InferIR/index.html"><code>InferIR</code></a>.</p><p>The main entry point is the intermediate language in <a href="InferIR/Sil/index.html"><code>InferIR.Sil</code></a>.</p><p>The control flow graph module is <a href="InferIR/Cfg/index.html"><code>InferIR.Cfg</code></a>.</p><p>The type environment module is <a href="InferIR/Tenv/index.html"><code>InferIR.Tenv</code></a>.</p></div></body></html>
|