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

250 lines
10 KiB
HTML

<html>
<head>
<title>inter </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 </b></li></ul>
<p class="purpose">Code for dealing with intermediate-level Inform</p>
<hr>
<ul class="chapterlist">
<li>
<p><a name="1"></a><spon class="chaptertitle">Chapter 1: Setting Up</span></p>
<p><span class="purpose">Loading this module.</span></p>
<ul class="sectionlist">
<li>
<p><a href="1-im.html"><spon class="sectiontitle">Inter Module</span></a> -
<span class="purpose">Setting up the use of this module.</span></p>
</li>
</ul>
</li>
<li>
<p><a name="2"></a><spon class="chaptertitle">Chapter 2: Interoperability</span></p>
<p><span class="purpose"></span></p>
<ul class="sectionlist">
<li>
<p><a href="2-it.html"><spon class="sectiontitle">Inter Trees</span></a> -
<span class="purpose">To manage tree structures of inter code, and manage the movement of nodes within these trees.</span></p>
</li>
<li>
<p><a href="2-bkm.html"><spon class="sectiontitle">Bookmarks</span></a> -
<span class="purpose">Write positions for inter code being generated.</span></p>
</li>
<li>
<p><a href="2-in.html"><spon class="sectiontitle">Inter Nodes</span></a> -
<span class="purpose">To create nodes of inter code, and manage everything about them except their tree locations.</span></p>
</li>
<li>
<p><a href="2-tw.html"><spon class="sectiontitle">The Warehouse</span></a> -
<span class="purpose">To manage the memory storage of inter code.</span></p>
</li>
<li>
<p><a href="2-inl.html"><spon class="sectiontitle">Inter Node Lists</span></a> -
<span class="purpose">To store doubly-linked lists of inter frames.</span></p>
</li>
<li>
<p><a href="2-st.html"><spon class="sectiontitle">Symbols Tables</span></a> -
<span class="purpose">To manage searchable tables of named symbols.</span></p>
</li>
<li>
<p><a href="2-pck.html"><spon class="sectiontitle">Packages</span></a> -
<span class="purpose">To manage packages of inter code.</span></p>
</li>
<li>
<p><a href="2-sym.html"><spon class="sectiontitle">Symbols</span></a> -
<span class="purpose">To manage named symbols in inter code.</span></p>
</li>
<li>
<p><a href="2-ann.html"><spon class="sectiontitle">Annotations</span></a> -
<span class="purpose">To mark symbols up with metadata.</span></p>
</li>
<li>
<p><a href="2-cnn.html"><spon class="sectiontitle">Connectors</span></a> -
<span class="purpose">To manage link symbols.</span></p>
</li>
<li>
<p><a href="2-trn.html"><spon class="sectiontitle">Transmigration</span></a> -
<span class="purpose">To move packages between repositories.</span></p>
</li>
</ul>
</li>
<li>
<p><a name="3"></a><spon class="chaptertitle">Chapter 3: Language Definition</span></p>
<p><span class="purpose"></span></p>
<ul class="sectionlist">
<li>
<p><a href="3-ca.html"><spon class="sectiontitle">Canonical Annotations</span></a> -
<span class="purpose">Defining the one true set of Inter annotation codes.</span></p>
</li>
<li>
<p><a href="3-dfn.html"><spon class="sectiontitle">Definition</span></a> -
<span class="purpose">Defining the Inter format.</span></p>
</li>
<li>
<p><a href="3-iibf.html"><spon class="sectiontitle">Inter in Binary Files</span></a> -
<span class="purpose">To read or write inter between memory and binary files.</span></p>
</li>
<li>
<p><a href="3-iitf.html"><spon class="sectiontitle">Inter in Text Files</span></a> -
<span class="purpose">To read inter from a textual file.</span></p>
</li>
<li>
<p><a href="3-vi.html"><spon class="sectiontitle">Verifying Inter</span></a> -
<span class="purpose">Verifying that a chunk of inter is correct and consistent.</span></p>
</li>
<li>
<p><a href="3-idt.html"><spon class="sectiontitle">Inter Data Types</span></a> -
<span class="purpose">A primitive notion of data type, below the level of kinds.</span></p>
</li>
<li>
<p><a href="3-ie.html"><spon class="sectiontitle">Inter Errors</span></a> -
<span class="purpose">To issue error messages.</span></p>
</li>
</ul>
</li>
<li>
<p><a name="4"></a><spon class="chaptertitle">Chapter 4: Void Constructs</span></p>
<p><span class="purpose"></span></p>
<ul class="sectionlist">
<li>
<p><a href="4-tnc.html"><spon class="sectiontitle">The Nop Construct</span></a> -
<span class="purpose">Defining the nop construct.</span></p>
</li>
<li>
<p><a href="4-tcc.html"><spon class="sectiontitle">The Comment Construct</span></a> -
<span class="purpose">Defining the comment construct.</span></p>
</li>
<li>
<p><a href="4-tmc.html"><spon class="sectiontitle">The Metadata Construct</span></a> -
<span class="purpose">Defining the metadata construct.</span></p>
</li>
<li>
<p><a href="4-tsc.html"><spon class="sectiontitle">The Symbol Construct</span></a> -
<span class="purpose">Defining the symbol construct.</span></p>
</li>
<li>
<p><a href="4-tvc.html"><spon class="sectiontitle">The Version Construct</span></a> -
<span class="purpose">Defining the version construct.</span></p>
</li>
<li>
<p><a href="4-tpc.html"><spon class="sectiontitle">The Pragma Construct</span></a> -
<span class="purpose">Defining the pragma construct.</span></p>
</li>
<li>
<p><a href="4-tlc.html"><spon class="sectiontitle">The Link Construct</span></a> -
<span class="purpose">Defining the link construct.</span></p>
</li>
<li>
<p><a href="4-tac.html"><spon class="sectiontitle">The Append Construct</span></a> -
<span class="purpose">Defining the append construct.</span></p>
</li>
<li>
<p><a href="4-tpc2.html"><spon class="sectiontitle">The PackageType Construct</span></a> -
<span class="purpose">Defining the packagetype construct.</span></p>
</li>
<li>
<p><a href="4-tpc3.html"><spon class="sectiontitle">The Package Construct</span></a> -
<span class="purpose">Defining the package construct.</span></p>
</li>
<li>
<p><a href="4-tkc.html"><spon class="sectiontitle">The Kind Construct</span></a> -
<span class="purpose">Defining the kind construct.</span></p>
</li>
<li>
<p><a href="4-tdc.html"><spon class="sectiontitle">The DefaultValue Construct</span></a> -
<span class="purpose">Defining the defaultvalue construct.</span></p>
</li>
<li>
<p><a href="4-tvc2.html"><spon class="sectiontitle">The Variable Construct</span></a> -
<span class="purpose">Defining the variable construct.</span></p>
</li>
<li>
<p><a href="4-tcc2.html"><spon class="sectiontitle">The Constant Construct</span></a> -
<span class="purpose">Defining the constant construct.</span></p>
</li>
<li>
<p><a href="4-trc.html"><spon class="sectiontitle">The Response Construct</span></a> -
<span class="purpose">Defining the response construct.</span></p>
</li>
<li>
<p><a href="4-tic.html"><spon class="sectiontitle">The Instance Construct</span></a> -
<span class="purpose">Defining the instance construct.</span></p>
</li>
<li>
<p><a href="4-tpc4.html"><spon class="sectiontitle">The Property Construct</span></a> -
<span class="purpose">Defining the property construct.</span></p>
</li>
<li>
<p><a href="4-tpc5.html"><spon class="sectiontitle">The PropertyValue Construct</span></a> -
<span class="purpose">Defining the propertyvalue construct.</span></p>
</li>
<li>
<p><a href="4-tpc6.html"><spon class="sectiontitle">The Permission Construct</span></a> -
<span class="purpose">Defining the permission construct.</span></p>
</li>
<li>
<p><a href="4-tpc7.html"><spon class="sectiontitle">The Primitive Construct</span></a> -
<span class="purpose">Defining the primitive construct.</span></p>
</li>
</ul>
</li>
<li>
<p><a name="5"></a><spon class="chaptertitle">Chapter 5: Code Constructs</span></p>
<p><span class="purpose"></span></p>
<ul class="sectionlist">
<li>
<p><a href="5-tlc.html"><spon class="sectiontitle">The Label Construct</span></a> -
<span class="purpose">Defining the label construct.</span></p>
</li>
<li>
<p><a href="5-tlc2.html"><spon class="sectiontitle">The Local Construct</span></a> -
<span class="purpose">Defining the local construct.</span></p>
</li>
<li>
<p><a href="5-tic.html"><spon class="sectiontitle">The Inv Construct</span></a> -
<span class="purpose">Defining the inv construct.</span></p>
</li>
<li>
<p><a href="5-trc.html"><spon class="sectiontitle">The Ref Construct</span></a> -
<span class="purpose">Defining the ref construct.</span></p>
</li>
<li>
<p><a href="5-tvc.html"><spon class="sectiontitle">The Val Construct</span></a> -
<span class="purpose">Defining the val construct.</span></p>
</li>
<li>
<p><a href="5-tlc3.html"><spon class="sectiontitle">The Lab Construct</span></a> -
<span class="purpose">Defining the Lab construct.</span></p>
</li>
<li>
<p><a href="5-tcc.html"><spon class="sectiontitle">The Code Construct</span></a> -
<span class="purpose">Defining the Code construct.</span></p>
</li>
<li>
<p><a href="5-tec.html"><spon class="sectiontitle">The Evaluation Construct</span></a> -
<span class="purpose">Defining the Evaluation construct.</span></p>
</li>
<li>
<p><a href="5-trc2.html"><spon class="sectiontitle">The Reference Construct</span></a> -
<span class="purpose">Defining the Reference construct.</span></p>
</li>
<li>
<p><a href="5-tcc2.html"><spon class="sectiontitle">The Cast Construct</span></a> -
<span class="purpose">Defining the cast construct.</span></p>
</li>
<li>
<p><a href="5-tsc.html"><spon class="sectiontitle">The Splat Construct</span></a> -
<span class="purpose">Defining the splat construct.</span></p>
</li>
</ul>
</li>
</ul>
<hr>
</body>
</html>