1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-16 14:04:24 +03:00
inform7/docs/inter/index.html

123 lines
5.4 KiB
HTML
Raw Normal View History

2019-03-17 14:40:57 +02:00
<html>
<head>
2020-03-23 23:42:00 +02:00
<title>inter</title>
2020-03-19 02:11:25 +02:00
<meta name="viewport" content="width=device-width initial-scale=1">
2019-03-17 14:40:57 +02:00
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Language" content="en-gb">
2020-03-19 02:11:25 +02:00
<link href="../inweb.css" rel="stylesheet" rev="stylesheet" type="text/css">
2019-03-17 14:40:57 +02:00
</head>
<body>
2020-03-19 02:11:25 +02:00
<nav role="navigation">
<h1><a href="../webs.html">Sources</a></h1>
<ul>
<li><a href="../compiler.html"><b>compiler tools</b></a></li>
2020-03-19 02:11:25 +02:00
<li><a href="../other.html">other tools</a></li>
<li><a href="../extensions.html">extensions and kits</a></li>
<li><a href="../units.html">unit test tools</a></li>
</ul>
<h2>Compiler Webs</h2>
<ul>
<li><a href="../inbuild/index.html">inbuild</a></li>
<li><a href="../inform7/index.html">inform7</a></li>
<li><a href="../inter/index.html">inter</a></li>
</ul>
<h2>Inbuild Modules</h2>
<ul>
<li><a href="../inbuild-module/index.html">inbuild</a></li>
<li><a href="../arch-module/index.html">arch</a></li>
<li><a href="../words-module/index.html">words</a></li>
<li><a href="../syntax-module/index.html">syntax</a></li>
<li><a href="../html-module/index.html">html</a></li>
</ul>
<h2>Inform7 Modules</h2>
<ul>
<li><a href="../core-module/index.html">core</a></li>
<li><a href="../problems-module/index.html">problems</a></li>
<li><a href="../inflections-module/index.html">inflections</a></li>
<li><a href="../linguistics-module/index.html">linguistics</a></li>
<li><a href="../kinds-module/index.html">kinds</a></li>
<li><a href="../if-module/index.html">if</a></li>
<li><a href="../multimedia-module/index.html">multimedia</a></li>
<li><a href="../index-module/index.html">index</a></li>
</ul>
<h2>Inter Modules</h2>
<ul>
<li><a href="../inter-module/index.html">inter</a></li>
<li><a href="../building-module/index.html">building</a></li>
<li><a href="../codegen-module/index.html">codegen</a></li>
</ul>
<h2>Foundation</h2>
<ul>
<li><a href="../../../inweb/docs/foundation-module/index.html">foundation</a></li>
</ul>
</nav>
<main role="main">
2020-03-23 23:42:00 +02:00
<ul class="crumbs"><li><a href="../webs.html">Source</a></li><li><a href="../compiler.html">Compiler Tools</a></li><li><b>inter</b></li></ul>
<p class="purpose">For handling intermediate Inform code. This is version 1.</p>
2019-03-17 14:40:57 +02:00
<hr>
<ul class="chapterlist">
<li>
2020-03-22 12:50:19 +02:00
<p><a name="M"></a><spon class="chaptertitle">Manual</span></p>
<p><span class="purpose">Documentation for the Inter format itself, as well as the inter tool which processes it.</span></p>
<ul class="sectionlist">
<li>
2020-03-22 12:50:19 +02:00
<p><a href="M-ui.html"><spon class="sectiontitle">Using Inter</span></a> -
2019-03-19 14:11:09 +02:00
<span class="purpose">Using Inter at the command line.</span></p>
</li>
2019-03-20 14:51:06 +02:00
<li>
2020-03-22 12:50:19 +02:00
<p><a href="M-ti.html"><spon class="sectiontitle">Textual Inter</span></a> -
2019-03-20 14:51:06 +02:00
<span class="purpose">A specification of the inter language, as written out in text file form.</span></p>
</li>
2019-03-21 14:51:08 +02:00
<li>
2020-03-22 12:50:19 +02:00
<p><a href="M-dpiti.html"><spon class="sectiontitle">Data Packages in Textual Inter</span></a> -
2019-03-21 14:51:08 +02:00
<span class="purpose">How static data, variables and constants are expressed in textual inter programs.</span></p>
</li>
<li>
2020-03-22 12:50:19 +02:00
<p><a href="M-cpiti.html"><spon class="sectiontitle">Code Packages in Textual Inter</span></a> -
2019-03-21 14:51:08 +02:00
<span class="purpose">How executable functions are expressed in textual inter programs.</span></p>
</li>
<li>
2020-03-22 12:50:19 +02:00
<p><a href="M-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>
2020-03-22 12:50:19 +02:00
<p><a href="M-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>
2020-03-22 12:50:19 +02:00
<p><a href="M-io.html"><spon class="sectiontitle">Inform Organisation</span></a> -
<span class="purpose">The standard hierarchy of inter code generated by Inform.</span></p>
</li>
2019-03-19 14:11:09 +02:00
<li>
2020-03-22 12:50:19 +02:00
<p><a href="M-pas.html"><spon class="sectiontitle">Pipelines and Stages</span></a> -
2019-07-20 14:40:27 +03:00
<span class="purpose">Sequences of named code-generation stages are called pipelines.</span></p>
</li>
2020-03-27 01:26:35 +02:00
<li>
<p><a href="M-rc.html"><spon class="sectiontitle">Reference Card</span></a> -
<span class="purpose">The current help information as it would be printed at the command line.</span></p>
</li>
</ul>
</li>
2019-03-17 14:40:57 +02:00
<li>
<p><a name="1"></a><spon class="chaptertitle">Chapter 1: Outside of inform7</span></p>
2019-03-17 14:40:57 +02:00
<p><span class="purpose"></span></p>
<ul class="sectionlist">
<li>
<p><a href="1-mn.html"><spon class="sectiontitle">Main</span></a> -
2020-03-29 02:22:31 +02:00
<span class="purpose">A command-line interface for Inter functions which are not part of the normal operation of the Inform compiler.</span></p>
</li>
2019-03-17 14:40:57 +02:00
</ul>
</li>
</ul>
<hr>
2020-03-26 01:44:14 +02:00
<p class="purpose">Together with the following imported modules:
<ul class="chapterlist">
<li><p>foundation - A library of common code used by all of the Inform tools.</p></li><li><p>inbuild/words - A library of code for reading natural language into a stream of words.</p></li><li><p>inbuild/arch - Definitions of Inter and final VM architectures.</p></li><li><p>inter - Code for dealing with intermediate-level Inform.</p></li><li><p>building - An intermediate layer for building code in Inter.</p></li><li><p>codegen - The code generation pipeline.</p></li></ul>
2020-03-19 02:11:25 +02:00
</main>
2019-03-17 14:40:57 +02:00
</body>
</html>