1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-03 07:24:58 +03:00
inform7/docs/BasicInformKit/index.html
2020-05-03 16:34:53 +01:00

161 lines
7.6 KiB
HTML

<html>
<head>
<title>BasicInformKit</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="../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>
<div class="contentspage">
<ul class="chapterlist">
<li>
<p class="chapterentry"><a href="S-dfn.html">
<spon class="sectiontitle">Definitions Template</span></a> -
<span class="sectionpurpose">Miscellaneous constant definitions, usually providing symbolic names for otherwise inscrutable numbers, which are used throughout the template layer.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-utl.html">
<spon class="sectiontitle">Utilities Template</span></a> -
<span class="sectionpurpose">Miscellaneous utility routines for some fundamental I6 needs.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-gll.html">
<spon class="sectiontitle">Glulx Template</span></a> -
<span class="sectionpurpose">To start up the Glk interface for the Glulx virtual machine, and provide Glulx-specific printing functions.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-zmc.html">
<spon class="sectiontitle">ZMachine Template</span></a> -
<span class="sectionpurpose">To provide routines handling low-level Z-machine facilities.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-prg.html">
<spon class="sectiontitle">Paragraphing</span></a> -
<span class="sectionpurpose">To manage the line skips which space paragraphs out.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-mth.html">
<spon class="sectiontitle">Mathematics Template</span></a> -
<span class="sectionpurpose">Mathematical functions, especially for real numbers.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-fl.html">
<spon class="sectiontitle">FileIO Template</span></a> -
<span class="sectionpurpose">Reading and writing external files, in the Glulx virtual machine only.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-srt.html">
<spon class="sectiontitle">Sort Template</span></a> -
<span class="sectionpurpose">To sort arrays.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-tbl.html">
<spon class="sectiontitle">Tables Template</span></a> -
<span class="sectionpurpose">To read, write, search and allocate rows in the Table data structure.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-mst.html">
<spon class="sectiontitle">MStack Template</span></a> -
<span class="sectionpurpose">To allocate space on the memory stack for frames of variables to be used by rulebooks, activities and actions.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-rlb.html">
<spon class="sectiontitle">Rulebooks Template</span></a> -
<span class="sectionpurpose">To work through the rules in a rulebook until a decision is made.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-flx.html">
<spon class="sectiontitle">Flex Template</span></a> -
<span class="sectionpurpose">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 class="chapterentry"><a href="S-blc.html">
<spon class="sectiontitle">BlockValues Template</span></a> -
<span class="sectionpurpose">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 class="chapterentry"><a href="S-txt.html">
<spon class="sectiontitle">Text Template</span></a> -
<span class="sectionpurpose">Code to support the text kind of value.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-unc.html">
<spon class="sectiontitle">UnicodeData Template</span></a> -
<span class="sectionpurpose">To tabulate casings in the character set.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-chr.html">
<spon class="sectiontitle">Char Template</span></a> -
<span class="sectionpurpose">To decide whether letters are upper or lower case, and convert between the two.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-rgx.html">
<spon class="sectiontitle">RegExp Template</span></a> -
<span class="sectionpurpose">Code to match and replace on regular expressions against indexed text strings.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-lst.html">
<spon class="sectiontitle">Lists Template</span></a> -
<span class="sectionpurpose">Code to support the list of... kind of value constructor.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-cmb.html">
<spon class="sectiontitle">Combinations Template</span></a> -
<span class="sectionpurpose">Code to support the combination kind of value constructor.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-rlt.html">
<spon class="sectiontitle">Relation Kind Template</span></a> -
<span class="sectionpurpose">Code to support the relation kind.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-rlt2.html">
<spon class="sectiontitle">Relations Template</span></a> -
<span class="sectionpurpose">To manage run-time storage for relations between objects, and to find routes through relations and the map.</span></p>
</li>
<li>
<p class="chapterentry"><a href="S-rtp.html">
<spon class="sectiontitle">RTP Template</span></a> -
<span class="sectionpurpose">To issue run-time problem messages, and to perform some run-time type checking which may issue such messages.</span></p>
</li>
</ul>
</div>
<hr>
<p class="purpose">Powered by <a href="https://github.com/ganelson/inweb">Inweb</a>.</p>
</main>
</body>
</html>