1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-03 07:24:58 +03:00
inform7/docs-src/html/panels_tools.html
2022-04-04 18:31:44 +01:00

78 lines
3.8 KiB
HTML

<div class="w3-row-padding w3-padding-16 w3-center" id="food">
<div class="w3-quarter">
<a href="inbuildn.html"><img src="docs-assets/inbuild.jpg" alt="Inbuild" style="width:100%"></a>
<h3><a href="inbuildn.html">inbuild</a></h3>
<p>A stand-alone build manager which is also Stage 1 of the Inform compiler.</p>
</div>
<div class="w3-quarter">
<a href="inform7n.html"><img src="docs-assets/inform7.jpg" alt="Inform 7" style="width:100%"></a>
<h3><a href="inform7n.html">inform7</a></h3>
<p>The core Inform compiler, containing Stages 2 to 5.</p>
</div>
<div class="w3-quarter">
<a href="intern.html"><img src="docs-assets/inter.jpg" alt="Inter" style="width:100%"></a>
<h3><a href="intern.html">inter</a></h3>
<p>A stand-alone tool for intermediate-level code, which is also
Stages 6 and 7 of the Inform compiler.</p>
</div>
<div class="w3-quarter">
<a href="services.html"><img src="docs-assets/services.jpg" alt="Services" style="width:100%"></a>
<h3><a href="services.html">services</a></h3>
<p>Support for predicate calculus, linguistics, syntax trees and more.</p>
</div>
</div>
<div class="w3-row-padding w3-padding-16 w3-center">
<div class="w3-quarter">
<a href="inblorbn.html"><img src="docs-assets/inblorb.jpg" alt="Inblorb" style="width:100%"></a>
<h3><a href="inblorbn.html">inblorb</a></h3>
<p>A packaging tool for wrapping interactive fiction story files,
included with the Inform apps.</p>
</div>
<div class="w3-quarter">
<a href="inform6.html"><img src="docs-assets/inform6.jpg" alt="Inform 6" style="width:100%"></a>
<h3><a href="inform6.html">inform6</a></h3>
<p>A compiler for a low-level programming language,
included with the Inform apps.</p>
</div>
<div class="w3-quarter">
<a href="indocn.html"><img src="docs-assets/indoc.jpg" alt="Indoc" style="width:100%"></a>
<h3><a href="indocn.html">indoc</a></h3>
<p>A tool for typesetting the two books about Inform, and their hundreds
of examples, as ebooks or mini-websites, such as the one built into the apps.</p>
</div>
<div class="w3-quarter">
<a href="inpolicyn.html"><img src="docs-assets/inpolicy.jpg" alt="Inpolicy" style="width:100%"></a>
<h3><a href="inpolicyn.html">inpolicy</a></h3>
<p>A small tool for checking that the Inform source base complies
with some self-imposed social norms.</p>
</div>
</div>
<div class="w3-row-padding w3-padding-16 w3-center">
<div class="w3-quarter">
<a href="inrtpsn.html"><img src="docs-assets/inrtps.jpg" alt="Inrtps" style="width:100%"></a>
<h3><a href="inrtpsn.html">inrtps</a></h3>
<p>A small tool for formatting the run-time problem displays included
with the Inform apps.</p>
</div>
<div class="w3-quarter">
<a href="../../inweb/docs/index.html"><img src="docs-assets/inweb.jpg" alt="Inweb" style="width:100%"></a>
<h3><a href="../../inweb/docs/index.html">inweb</a></h3>
<p>A literate-programming tool needed to build the other Inform tools.</p>
</div>
<div class="w3-quarter">
<a href="../../intest/docs/index.html"><img src="docs-assets/intest.jpg" alt="Intest" style="width:100%"></a>
<h3><a href="../../intest/docs/index.html">intest</a></h3>
<p>A tool for running complex suites of end-to-end tests to verify the
correctness of other tools.</p>
</div>
<div class="w3-quarter">
<a href="../../inweb/docs/foundation-module/index.html">
<img src="docs-assets/services.jpg" alt="Foundation" style="width:100%"></a>
<h3><a href="../../inweb/docs/foundation-module/index.html">foundation</a></h3>
<p>File-handling, generating HTML, semantic version-numbering,
string-handling, memory management, and so on.</p>
</div>
</div>