1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-08 18:14:21 +03:00
inform7/docs/building-module/index.html
2019-08-31 13:56:36 +01:00

90 lines
3.3 KiB
HTML

<html>
<head>
<title>building </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Language" content="en-gb">
<link href="inweb.css" rel="stylesheet" rev="stylesheet" type="text/css">
</head>
<body>
<ul class="crumbs"><li><a href="../webs.html">&#9733;</a></li><li><b>building </b></li></ul>
<p class="purpose">An intermediate layer for building code in Inter.</p>
<hr>
<ul class="chapterlist">
<li>
<p><a name="1"></a><spon class="chaptertitle">Chapter 1: Architecture</span></p>
<p><span class="purpose"></span></p>
<ul class="sectionlist">
<li>
<p><a href="1-bm.html"><spon class="sectiontitle">Building Module</span></a> -
<span class="purpose">Setting up the use of this module.</span></p>
</li>
<li>
<p><a href="1-bs.html"><spon class="sectiontitle">Building Site</span></a> -
<span class="purpose"></span></p>
</li>
<li>
<p><a href="1-ip.html"><spon class="sectiontitle">Inter Primitives</span></a> -
<span class="purpose"></span></p>
</li>
<li>
<p><a href="1-tv.html"><spon class="sectiontitle">The Veneer</span></a> -
<span class="purpose"></span></p>
</li>
<li>
<p><a href="1-hl.html"><spon class="sectiontitle">Hierarchy Locations</span></a> -
<span class="purpose"></span></p>
</li>
<li>
<p><a href="1-trn.html"><spon class="sectiontitle">Translation</span></a> -
<span class="purpose">A way to express rules for how to translate names from the Inter namespace into the target language's namespace.</span></p>
</li>
<li>
<p><a href="1-pck.html"><spon class="sectiontitle">Packaging</span></a> -
<span class="purpose">To manage requests to build Inter packages, and then to generate inames within them; and to create modules and submodules.</span></p>
</li>
<li>
<p><a href="1-pt.html"><spon class="sectiontitle">Package Types</span></a> -
<span class="purpose">To manage the different types of packages emitted by Inform.</span></p>
</li>
<li>
<p><a href="1-in.html"><spon class="sectiontitle">Inter Namespace</span></a> -
<span class="purpose">To manage identifiers, which have names and positions in the Inter hierarchy.</span></p>
</li>
</ul>
</li>
<li>
<p><a name="2"></a><spon class="chaptertitle">Chapter 2: Blueprints</span></p>
<p><span class="purpose"></span></p>
<ul class="sectionlist">
<li>
<p><a href="2-is.html"><spon class="sectiontitle">Inter Schemas</span></a> -
<span class="purpose"></span></p>
</li>
<li>
<p><a href="2-eis.html"><spon class="sectiontitle">Emitting Inter Schemas</span></a> -
<span class="purpose"></span></p>
</li>
</ul>
</li>
<li>
<p><a name="3"></a><spon class="chaptertitle">Chapter 3: Masonry</span></p>
<p><span class="purpose"></span></p>
<ul class="sectionlist">
<li>
<p><a href="3-pi.html"><spon class="sectiontitle">Producing Inter</span></a> -
<span class="purpose"></span></p>
</li>
<li>
<p><a href="3-vh.html"><spon class="sectiontitle">Value Holsters</span></a> -
<span class="purpose">To manage requests for compilation to Inter.</span></p>
</li>
</ul>
</li>
</ul>
<hr>
</body>
</html>