1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-17 14:34:25 +03:00
inform7/docs/BasicInformKit/index.html
Graham Nelson 1268a0f40e Colonised
2020-04-14 17:56:54 +01:00

131 lines
6.4 KiB
HTML

<html>
<head>
<title>BasicInformKit</title>
<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="../inweb.css" rel="stylesheet" rev="stylesheet" type="text/css">
</head>
<body>
<nav role="navigation">
<h1><a href="../index.html">
<img src="../docs-src/Figures/Inform.png" height=72">
</a></h1>
<ul><li><a href="../compiler.html">compiler tools</a></li>
<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>Extensions</h2><ul>
<li><a href="../basic_inform/index.html">basic_inform</a></li>
<li><a href="../standard_rules/index.html">standard_rules</a></li>
</ul><h2>Kits</h2><ul>
<li><span class="unlink">BasicInformKit</span></li>
<li><a href="../BasicInformExtrasKit/index.html">BasicInformExtrasKit</a></li>
<li><a href="../CommandParserKit/index.html">CommandParserKit</a></li>
<li><a href="../EnglishLanguageKit/index.html">EnglishLanguageKit</a></li>
<li><a href="../WorldModelKit/index.html">WorldModelKit</a></li>
</ul>
</nav>
<main role="main">
<ul class="crumbs"><li><a href="../index.html">Home</a></li><li><a href="../extensions.html">Kits</a></li><li><b>BasicInformKit</b></li></ul>
<p class="purpose">Inter-level support for the fundamentals of the Inform language. This is version 1.</p>
<hr>
<ul class="sectionlist">
<li>
<p><a href="S-dfn.html"><spon class="sectiontitle">Definitions Template</span></a> -
<span class="purpose">Miscellaneous constant definitions, usually providing symbolic names for otherwise inscrutable numbers, which are used throughout the template layer.</span></p>
</li>
<li>
<p><a href="S-utl.html"><spon class="sectiontitle">Utilities Template</span></a> -
<span class="purpose">Miscellaneous utility routines for some fundamental I6 needs.</span></p>
</li>
<li>
<p><a href="S-gll.html"><spon class="sectiontitle">Glulx Template</span></a> -
<span class="purpose">To start up the Glk interface for the Glulx virtual machine, and provide Glulx-specific printing functions.</span></p>
</li>
<li>
<p><a href="S-zmc.html"><spon class="sectiontitle">ZMachine Template</span></a> -
<span class="purpose">To provide routines handling low-level Z-machine facilities.</span></p>
</li>
<li>
<p><a href="S-prg.html"><spon class="sectiontitle">Paragraphing</span></a> -
<span class="purpose">To manage the line skips which space paragraphs out.</span></p>
</li>
<li>
<p><a href="S-mth.html"><spon class="sectiontitle">Mathematics Template</span></a> -
<span class="purpose">Mathematical functions, especially for real numbers.</span></p>
</li>
<li>
<p><a href="S-fl.html"><spon class="sectiontitle">FileIO Template</span></a> -
<span class="purpose">Reading and writing external files, in the Glulx virtual machine only.</span></p>
</li>
<li>
<p><a href="S-srt.html"><spon class="sectiontitle">Sort Template</span></a> -
<span class="purpose">To sort arrays.</span></p>
</li>
<li>
<p><a href="S-tbl.html"><spon class="sectiontitle">Tables Template</span></a> -
<span class="purpose">To read, write, search and allocate rows in the Table data structure.</span></p>
</li>
<li>
<p><a href="S-mst.html"><spon class="sectiontitle">MStack Template</span></a> -
<span class="purpose">To allocate space on the memory stack for frames of variables to be used by rulebooks, activities and actions.</span></p>
</li>
<li>
<p><a href="S-rlb.html"><spon class="sectiontitle">Rulebooks Template</span></a> -
<span class="purpose">To work through the rules in a rulebook until a decision is made.</span></p>
</li>
<li>
<p><a href="S-flx.html"><spon class="sectiontitle">Flex Template</span></a> -
<span class="purpose">To allocate flexible-sized blocks of memory as needed to hold arbitrary-length strings of text, stored actions or other block values.</span></p>
</li>
<li>
<p><a href="S-blc.html"><spon class="sectiontitle">BlockValues Template</span></a> -
<span class="purpose">Routines for copying, comparing, creating and destroying block values, and for reading and writing them as if they were arrays.</span></p>
</li>
<li>
<p><a href="S-txt.html"><spon class="sectiontitle">Text Template</span></a> -
<span class="purpose">Code to support the text kind of value.</span></p>
</li>
<li>
<p><a href="S-unc.html"><spon class="sectiontitle">UnicodeData Template</span></a> -
<span class="purpose">To tabulate casings in the character set.</span></p>
</li>
<li>
<p><a href="S-chr.html"><spon class="sectiontitle">Char Template</span></a> -
<span class="purpose">To decide whether letters are upper or lower case, and convert between the two.</span></p>
</li>
<li>
<p><a href="S-rgx.html"><spon class="sectiontitle">RegExp Template</span></a> -
<span class="purpose">Code to match and replace on regular expressions against indexed text strings.</span></p>
</li>
<li>
<p><a href="S-lst.html"><spon class="sectiontitle">Lists Template</span></a> -
<span class="purpose">Code to support the list of... kind of value constructor.</span></p>
</li>
<li>
<p><a href="S-cmb.html"><spon class="sectiontitle">Combinations Template</span></a> -
<span class="purpose">Code to support the combination kind of value constructor.</span></p>
</li>
<li>
<p><a href="S-rlt.html"><spon class="sectiontitle">Relation Kind Template</span></a> -
<span class="purpose">Code to support the relation kind.</span></p>
</li>
<li>
<p><a href="S-rlt2.html"><spon class="sectiontitle">Relations Template</span></a> -
<span class="purpose">To manage run-time storage for relations between objects, and to find routes through relations and the map.</span></p>
</li>
<li>
<p><a href="S-rtp.html"><spon class="sectiontitle">RTP Template</span></a> -
<span class="purpose">To issue run-time problem messages, and to perform some run-time type checking which may issue such messages.</span></p>
</li>
</ul>
<hr>
</body>
</html>