1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-08 10:04:21 +03:00
inform7/docs/syntax-test/index.html
2020-03-29 12:32:49 +01:00

65 lines
2.5 KiB
HTML

<html>
<head>
<title>syntax-test</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="../webs.html">Sources</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"><b>unit test tools</b></a></li>
</ul>
<h2>Unit Test Tools</h2>
<ul>
<li><a href="../arch-test/index.html">arch-test</a></li>
<li><a href="../building-test/index.html">building-test</a></li>
<li><a href="../inflections-test/index.html">inflections-test</a></li>
<li><a href="../linguistics-test/index.html">linguistics-test</a></li>
<li><a href="../problems-test/index.html">problems-test</a></li>
<li><a href="../syntax-test/index.html">syntax-test</a></li>
<li><a href="../words-test/index.html">words-test</a></li>
</ul>
<h2>Foundation</h2>
<ul>
<li><a href="../../../inweb/docs/foundation-module/index.html">foundation</a></li>
<li><a href="../../../inweb/docs/foundation-test/index.html">foundation-test</a></li>
</ul>
</nav>
<main role="main">
<ul class="crumbs"><li><a href="../webs.html">Source</a></li><li><a href="../units.html">Unit Test Tools</a></li><li><b>syntax-test</b></li></ul>
<p class="purpose">Unit tests for the syntax module. This is version 1.</p>
<hr>
<ul class="chapterlist">
<li>
<p><a name="1"></a><spon class="chaptertitle">Chapter 1: Scaffolding</span></p>
<p><span class="purpose"></span></p>
<ul class="sectionlist">
<li>
<p><a href="1-pc.html"><spon class="sectiontitle">Program Control</span></a> -
<span class="purpose">What shall we test?</span></p>
</li>
<li>
<p><a href="1-ut.html"><spon class="sectiontitle">Unit Tests</span></a> -
<span class="purpose">How we shall test it.</span></p>
</li>
</ul>
</li>
</ul>
<hr>
<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></ul>
</main>
</body>
</html>