1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-08 18:14:21 +03:00
inform7/docs/syntax-module/index.html
2019-03-17 12:40:57 +00:00

44 lines
1.6 KiB
HTML

<html>
<head>
<title>syntax </title>
<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>
<ul class="crumbs"><li><a href="../webs.html">&#9733;</a></li><li><b>syntax </b></li></ul>
<p class="purpose">A library of code to build a parse tree and break text into sentences.</p>
<hr>
<ul class="chapterlist">
<li>
<p><a name="1"></a><spon class="chaptertitle">Chapter 1: Setting Up</span></p>
<p><span class="purpose">Loading this module.</span></p>
<ul class="sectionlist">
<li>
<p><a href="1-sm.html"><spon class="sectiontitle">Syntax Module</span></a> -
<span class="purpose">Setting up the use of this module.</span></p>
</li>
</ul>
</li>
<li>
<p><a name="2"></a><spon class="chaptertitle">Chapter 2: The Parse Tree</span></p>
<p><span class="purpose"></span></p>
<ul class="sectionlist">
<li>
<p><a href="2-pt.html"><spon class="sectiontitle">Parse Tree</span></a> -
<span class="purpose">To parse trees which decompose the meaning of excerpts of text, and which allow annotations to be made at each node.</span></p>
</li>
<li>
<p><a href="2-snt.html"><spon class="sectiontitle">Sentences</span></a> -
<span class="purpose">To break up the stream of words produced by the lexer into English sentences, and join each to the parse tree.</span></p>
</li>
</ul>
</li>
</ul>
<hr>
</body>
</html>