1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-16 22:14:23 +03:00
inform7/docs/inform7/index.html
2022-09-01 00:14:18 +01:00

231 lines
10 KiB
HTML

<html>
<head>
<title>inform7</title>
<link href="../docs-assets/Breadcrumbs.css" rel="stylesheet" rev="stylesheet" type="text/css">
<meta name="viewport" content="width=device-width initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Language" content="en-gb">
<link href="../docs-assets/Contents.css" rel="stylesheet" rev="stylesheet" type="text/css">
<link href="../docs-assets/Progress.css" rel="stylesheet" rev="stylesheet" type="text/css">
<link href="../docs-assets/Navigation.css" rel="stylesheet" rev="stylesheet" type="text/css">
<link href="../docs-assets/Fonts.css" rel="stylesheet" rev="stylesheet" type="text/css">
<link href="../docs-assets/Base.css" rel="stylesheet" rev="stylesheet" type="text/css">
</head>
<body class="commentary-font">
<nav role="navigation">
<h1><a href="../index.html">
<img src="../docs-assets/Inform.png" height=72">
</a></h1>
<ul><li><a href="../index.html">home</a></li>
</ul><h2>Compiler</h2><ul>
<li><a href="../structure.html">structure</a></li>
<li><a href="../inbuildn.html">inbuild</a></li>
<li><a href="../inform7n.html">inform7</a></li>
<li><a href="../intern.html">inter</a></li>
<li><a href="../services.html">services</a></li>
<li><a href="../secrets.html">secrets</a></li>
</ul><h2>Other Tools</h2><ul>
<li><a href="../inblorbn.html">inblorb</a></li>
<li><a href="../indocn.html">indoc</a></li>
<li><a href="../inform6.html">inform6</a></li>
<li><a href="../inpolicyn.html">inpolicy</a></li>
<li><a href="../inrtpsn.html">inrtps</a></li>
</ul><h2>Resources</h2><ul>
<li><a href="../extensions.html">extensions</a></li>
<li><a href="../kits.html">kits</a></li>
</ul><h2>Repository</h2><ul>
<li><a href="https://github.com/ganelson/inform"><img src="../docs-assets/github.png" height=18> github</a></li>
</ul><h2>Related Projects</h2><ul>
<li><a href="../../../inweb/index.html">inweb</a></li>
<li><a href="../../../intest/index.html">intest</a></li>
</ul>
</nav>
<main role="main">
<ul class="crumbs"><li><a href="../index.html">Home</a></li><li><b>inform7</b></li></ul>
<p class="purpose">The core compiler in a natural-language design system for interactive fiction. This is version 10.2.0.</p>
<hr>
<div class="contentspage">
<ul class="chapterlist">
<li>
<p class="chapterentry"><a name="M"></a>
<span class="chaptertitle">Manual</span></p>
<ul class="sectionlist">
<li>
<p class="sectionentry"><a href="M-cu.html">
<spon class="sectiontitle">Command-Line Usage</span></a> -
<span class="sectionpurpose">A brief note on using Inform 7 at the command line.</span></p>
</li>
<li>
<p class="sectionentry"><a href="M-iwtg.html">
<spon class="sectiontitle">Interacting with the GUI</span></a> -
<span class="sectionpurpose">A few notes on how the GUI apps should use the Inform command line.</span></p>
</li>
<li>
<p class="sectionentry"><a href="M-cifc.html">
<spon class="sectiontitle">Calling Inform from C</span></a> -
<span class="sectionpurpose">In 2021, Inform gained the ability to generate C code which could be used as part of a larger program, for example in a framework such as Unity.</span></p>
</li>
<li>
<p class="sectionentry"><a href="M-rc.html">
<spon class="sectiontitle">Reference Card</span></a> -
<span class="sectionpurpose">The current help information as it would be printed at the command line.</span></p>
</li>
<li>
<p class="sectionentry"><a href="M-pm.html">
<spon class="sectiontitle">Performance Metrics</span></a> -
<span class="sectionpurpose">Typical memory consumption, running time, and other statistics.</span></p>
</li>
</ul>
</li>
<li>
<p class="chapterentry"><a name="1"></a>
<span class="chaptertitle">Chapter 1: Delegation</span></p>
<ul class="sectionlist">
<li>
<p class="sectionentry"><a href="1-mn.html">
<spon class="sectiontitle">Main</span></a> -
<span class="sectionpurpose">The command-line interface for the Inform 7 compiler tool.</span></p>
</li>
</ul>
</li>
</ul>
<hr>
<p class="purpose">This program also incorporates the following web(s) as module(s):</p>
<ul class="chapterlist">
<li>
<p class="moduleentry">
<a href="../assertions-module/index.html"><spon class="sectiontitle">assertions</span></a>
- <span class="sectionpurpose">Dealing with top-level declarations in Inform source text.</span></p>
</li>
<li>
<p class="moduleentry">
<a href="../core-module/index.html"><spon class="sectiontitle">core</span></a>
- <span class="sectionpurpose">The core of the Inform compiler, as a module.</span></p>
</li>
<li>
<p class="moduleentry">
<a href="../if-module/index.html"><spon class="sectiontitle">if</span></a>
- <span class="sectionpurpose">The interactive-fiction specific layer of Inform, as a module.</span></p>
</li>
<li>
<p class="moduleentry">
<a href="../imperative-module/index.html"><spon class="sectiontitle">imperative</span></a>
- <span class="sectionpurpose">Compiling imperative code inside phrase or rule definitions.</span></p>
</li>
<li>
<p class="moduleentry">
<a href="../knowledge-module/index.html"><spon class="sectiontitle">knowledge</span></a>
- <span class="sectionpurpose">Storing and reconciling the facts asserted by assertion sentences.</span></p>
</li>
<li>
<p class="moduleentry">
<a href="../multimedia-module/index.html"><spon class="sectiontitle">multimedia</span></a>
- <span class="sectionpurpose">A multimedia extension module for Inform.</span></p>
</li>
<li>
<p class="moduleentry">
<a href="../runtime-module/index.html"><spon class="sectiontitle">runtime</span></a>
- <span class="sectionpurpose">Generating runtime support code for resources needed in Inform texts.</span></p>
</li>
<li>
<p class="moduleentry">
<a href="../values-module/index.html"><spon class="sectiontitle">values</span></a>
- <span class="sectionpurpose">Representing and parsing values, descriptions and conditions.</span></p>
</li>
<li>
<p class="moduleentry">
<a href="../supervisor-module/index.html"><spon class="sectiontitle">inbuild/supervisor</span></a>
- <span class="sectionpurpose">The central part of the build manager.</span></p>
</li>
<li>
<p class="moduleentry">
<a href="../building-module/index.html"><spon class="sectiontitle">inter/building</span></a>
- <span class="sectionpurpose">An intermediate layer for building code in Inter.</span></p>
</li>
<li>
<p class="moduleentry">
<a href="../bytecode-module/index.html"><spon class="sectiontitle">inter/bytecode</span></a>
- <span class="sectionpurpose">Dealing with intermediate-level Inform as bytecode in memory.</span></p>
</li>
<li>
<p class="moduleentry">
<a href="../final-module/index.html"><spon class="sectiontitle">inter/final</span></a>
- <span class="sectionpurpose">Final code generation from fully-processed Inter.</span></p>
</li>
<li>
<p class="moduleentry">
<a href="../index-module/index.html"><spon class="sectiontitle">inter/index</span></a>
- <span class="sectionpurpose">Generating the index for an Inform project.</span></p>
</li>
<li>
<p class="moduleentry">
<a href="../pipeline-module/index.html"><spon class="sectiontitle">inter/pipeline</span></a>
- <span class="sectionpurpose">The code generation pipeline.</span></p>
</li>
<li>
<p class="moduleentry">
<a href="../arch-module/index.html"><spon class="sectiontitle">services/arch</span></a>
- <span class="sectionpurpose">Definitions of Inter and final VM architectures.</span></p>
</li>
<li>
<p class="moduleentry">
<a href="../calculus-module/index.html"><spon class="sectiontitle">services/calculus</span></a>
- <span class="sectionpurpose">Storing and simplifying propositions in predicate calculus.</span></p>
</li>
<li>
<p class="moduleentry">
<a href="../html-module/index.html"><spon class="sectiontitle">services/html</span></a>
- <span class="sectionpurpose">Support for HTML problem, index and extension documentation pages.</span></p>
</li>
<li>
<p class="moduleentry">
<a href="../inflections-module/index.html"><spon class="sectiontitle">services/inflections</span></a>
- <span class="sectionpurpose">A library for adapting words or short phrases for linguistic purposes.</span></p>
</li>
<li>
<p class="moduleentry">
<a href="../kinds-module/index.html"><spon class="sectiontitle">services/kinds</span></a>
- <span class="sectionpurpose">The type system used by Inform.</span></p>
</li>
<li>
<p class="moduleentry">
<a href="../lexicon-module/index.html"><spon class="sectiontitle">services/lexicon</span></a>
- <span class="sectionpurpose">A library of code to assign and retrieve meanings for excerpts of text.</span></p>
</li>
<li>
<p class="moduleentry">
<a href="../linguistics-module/index.html"><spon class="sectiontitle">services/linguistics</span></a>
- <span class="sectionpurpose">A library of code to create grammatical categories of vocabulary.</span></p>
</li>
<li>
<p class="moduleentry">
<a href="../problems-module/index.html"><spon class="sectiontitle">services/problems</span></a>
- <span class="sectionpurpose">The issuing mechanism for problem messages used by Inform.</span></p>
</li>
<li>
<p class="moduleentry">
<a href="../syntax-module/index.html"><spon class="sectiontitle">services/syntax</span></a>
- <span class="sectionpurpose">A library of code to build a parse tree and break text into sentences.</span></p>
</li>
<li>
<p class="moduleentry">
<a href="../words-module/index.html"><spon class="sectiontitle">services/words</span></a>
- <span class="sectionpurpose">A library of code for reading natural language into a stream of words.</span></p>
</li>
<li>
<p class="moduleentry">
<a href="../../../inweb/foundation-module/index.html"><spon class="sectiontitle">inweb/foundation</span></a>
- <span class="sectionpurpose">A library of utility functions for command-line tools.</span></p>
</li>
</ul>
</div>
<hr>
<p class="purpose">Powered by <a href="https://github.com/ganelson/inweb">Inweb</a>.</p>
</main>
</body>
</html>