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

95 lines
3.8 KiB
HTML
Raw Normal View History

2020-01-28 00:51:46 +02:00
<html>
<head>
2020-03-23 23:42:00 +02:00
<title>inbuild</title>
2020-03-19 02:11:25 +02:00
<meta name="viewport" content="width=device-width initial-scale=1">
2020-01-28 00:51:46 +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">
2020-01-28 00:51:46 +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>inbuild</b></li></ul>
<p class="purpose">A simple build and package manager for the Inform tools. This is version 1.</p>
2020-01-28 00:51:46 +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>
2020-01-28 00:51:46 +02:00
<p><span class="purpose"></span></p>
<ul class="sectionlist">
<li>
2020-03-22 12:50:19 +02:00
<p><a href="M-ui.html"><spon class="sectiontitle">Using Inbuild</span></a> -
2020-03-26 21:22:26 +02:00
<span class="purpose">An introduction to the use of Inbuild on the command line.</span></p>
2020-01-28 00:51:46 +02:00
</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>
2020-01-28 00:51:46 +02:00
</ul>
</li>
<li>
<p><a name="1"></a><spon class="chaptertitle">Chapter 1: Outside of inform7</span></p>
2020-01-28 00:51:46 +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-26 21:22:26 +02:00
<span class="purpose">A command-line interface for Inbuild functions which are not part of the normal operation of the Inform compiler.</span></p>
2020-01-28 00:51:46 +02:00
</li>
</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>words - A library of code for reading natural language into a stream of words.</p></li><li><p>syntax - A library of code to build a parse tree and break text into sentences.</p></li><li><p>html - HTML and Javascript generation tools.</p></li><li><p>arch - Definitions of Inter and final VM architectures.</p></li><li><p>inbuild - The functional part of the build manager.</p></li></ul>
2020-03-19 02:11:25 +02:00
</main>
2020-01-28 00:51:46 +02:00
</body>
</html>