1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-08 18:14:21 +03:00
inform7/docs/inter/index.html
2019-07-20 12:40:27 +01:00

76 lines
3.1 KiB
HTML

<html>
<head>
<title>inter 1</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>inter 1</b></li></ul>
<p class="purpose">For handling intermediate Inform code.</p>
<hr>
<ul class="chapterlist">
<li>
<p><a name="P"></a><spon class="chaptertitle">Preliminaries</span></p>
<p><span class="purpose"></span></p>
<ul class="sectionlist">
<li>
<p><a href="P-ui.html"><spon class="sectiontitle">Using Inter</span></a> -
<span class="purpose">Using Inter at the command line.</span></p>
</li>
<li>
<p><a href="P-ti.html"><spon class="sectiontitle">Textual Inter</span></a> -
<span class="purpose">A specification of the inter language, as written out in text file form.</span></p>
</li>
<li>
<p><a href="P-dpiti.html"><spon class="sectiontitle">Data Packages in Textual Inter</span></a> -
<span class="purpose">How static data, variables and constants are expressed in textual inter programs.</span></p>
</li>
<li>
<p><a href="P-cpiti.html"><spon class="sectiontitle">Code Packages in Textual Inter</span></a> -
<span class="purpose">How executable functions are expressed in textual inter programs.</span></p>
</li>
<li>
<p><a href="P-ip.html"><spon class="sectiontitle">Inform Primitives</span></a> -
<span class="purpose">The standard set of primitive invocations used within Inform.</span></p>
</li>
<li>
<p><a href="P-ia.html"><spon class="sectiontitle">Inform Annotations</span></a> -
<span class="purpose">The standard set of symbol annotations used within Inform.</span></p>
</li>
<li>
<p><a href="P-io.html"><spon class="sectiontitle">Inform Organisation</span></a> -
<span class="purpose">The standard hierarchy of inter code generated by Inform.</span></p>
</li>
<li>
<p><a href="P-pas.html"><spon class="sectiontitle">Pipelines and Stages</span></a> -
<span class="purpose">Sequences of named code-generation stages are called pipelines.</span></p>
</li>
</ul>
</li>
<li>
<p><a name="1"></a><spon class="chaptertitle">Chapter 1: Everything</span></p>
<p><span class="purpose"></span></p>
<ul class="sectionlist">
<li>
<p><a href="1-bsc.html"><spon class="sectiontitle">Basics</span></a> -
<span class="purpose">Some fundamental definitions.</span></p>
</li>
<li>
<p><a href="1-mn.html"><spon class="sectiontitle">Main</span></a> -
<span class="purpose">The top level, which decides what is to be done and then carries this plan out.</span></p>
</li>
<li>
<p><a href="1-ut.html"><spon class="sectiontitle">Unit Tests</span></a> -
<span class="purpose">Scaffolding code to run unit tests not otherwise represented as inter stages.</span></p>
</li>
</ul>
</li>
</ul>
<hr>
</body>
</html>