1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 98.1p1 release (March 2nd, 1998)
originally by Nikos Drakos (nikos@cbl.leeds.ac.uk), CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Contents</TITLE>
<META NAME="description" CONTENT="Contents">
<META NAME="keywords" CONTENT="tpman">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<LINK REL="STYLESHEET" HREF="tpman.css">
<LINK REL="next" HREF="node5.html">
<LINK REL="previous" HREF="node3.html">
<LINK REL="up" HREF="tpman.html">
<LINK REL="next" HREF="node5.html">
</HEAD>
<BODY >
<!--Navigation Panel-->
<A NAME="tex2html113"
HREF="node5.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
SRC="/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html110"
HREF="tpman.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
SRC="/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html104"
HREF="node3.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
SRC="/usr/share/latex2html/icons/prev.png"></A>
<A NAME="tex2html112"
HREF="node58.html">
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
SRC="/usr/share/latex2html/icons/index.png"></A>
<BR>
<B> Next:</B> <A NAME="tex2html114"
HREF="node5.html">Introduction</A>
<B> Up:</B> <A NAME="tex2html111"
HREF="tpman.html">The Term Processor Kimwitu</A>
<B> Previous:</B> <A NAME="tex2html105"
HREF="node3.html">About this document</A>
<BR>
<BR>
<!--End of Navigation Panel-->
<BR>
<H2><A NAME="SECTION00040000000000000000">
Contents</A>
</H2>
<!--Table of Contents-->
<UL>
<LI><A NAME="tex2html115"
HREF="node4.html">Contents</A>
<LI><A NAME="tex2html116"
HREF="node6.html">Input</A>
<UL>
<LI><A NAME="tex2html117"
HREF="node7.html">Defining Terms</A>
<LI><A NAME="tex2html118"
HREF="node8.html">Attributes of Terms</A>
<LI><A NAME="tex2html119"
HREF="node9.html">Storage Options</A>
<LI><A NAME="tex2html120"
HREF="node10.html">Life Time of Terms</A>
<LI><A NAME="tex2html121"
HREF="node11.html">Function Definitions</A>
<LI><A NAME="tex2html122"
HREF="node12.html">Rewrite Definitions</A>
<LI><A NAME="tex2html123"
HREF="node13.html">Unparsing Definitions</A>
<LI><A NAME="tex2html124"
HREF="node14.html">Including Other Definitions</A>
</UL>
<LI><A NAME="tex2html125"
HREF="node15.html">Output</A>
<UL>
<LI><A NAME="tex2html126"
HREF="node16.html">Generated Data Types</A>
<LI><A NAME="tex2html127"
HREF="node17.html">Generated Functions</A>
<LI><A NAME="tex2html128"
HREF="node18.html">Predefined Phyla and Operators</A>
<LI><A NAME="tex2html129"
HREF="node19.html">File Names, Preprocessor Symbols and Redirection</A>
<LI><A NAME="tex2html130"
HREF="node20.html">Overview of Generated Names</A>
<LI><A NAME="tex2html131"
HREF="node21.html">Debugging Support</A>
</UL>
<LI><A NAME="tex2html132"
HREF="node22.html">Running It</A>
<UL>
<LI><A NAME="tex2html133"
HREF="node23.html">The Program and the Files</A>
<LI><A NAME="tex2html134"
HREF="node24.html">A Makefile</A>
<LI><A NAME="tex2html135"
HREF="node25.html">Using <I>lint</I></A>
<LI><A NAME="tex2html136"
HREF="node26.html">Interfacing with Yacc and Lex</A>
<LI><A NAME="tex2html137"
HREF="node27.html">Interfacing with Structure Files and the Synthesizer Generator</A>
</UL>
<LI><A NAME="tex2html138"
HREF="node28.html">Cookbook</A>
<UL>
<LI><A NAME="tex2html139"
HREF="node29.html">Structural Induction</A>
<LI><A NAME="tex2html140"
HREF="node30.html">Unparsing</A>
<LI><A NAME="tex2html141"
HREF="node31.html">Attribute Grammars</A>
<LI><A NAME="tex2html142"
HREF="node32.html">Abstract Data Types and Rewrite Systems</A>
<LI><A NAME="tex2html143"
HREF="node33.html">Rewrite Systems and Functions</A>
<LI><A NAME="tex2html144"
HREF="node34.html">Memo Functions</A>
<LI><A NAME="tex2html145"
HREF="node35.html">Beyond Symbol Tables</A>
</UL>
<LI><A NAME="tex2html146"
HREF="node36.html">Design Considerations for <EM>Kimwitu</EM></A>
<UL>
<LI><A NAME="tex2html147"
HREF="node37.html">Why a Type per Phylum?</A>
<LI><A NAME="tex2html148"
HREF="node38.html">What is in a Name?</A>
<LI><A NAME="tex2html149"
HREF="node39.html">What is the Place in Software Engineering?</A>
</UL>
<LI><A NAME="tex2html150"
HREF="node40.html">Acknowledgements</A>
<LI><A NAME="tex2html151"
HREF="node41.html">Syntax of the <EM>Kimwitu</EM> input</A>
<LI><A NAME="tex2html152"
HREF="node42.html">Structure File Encoding</A>
<LI><A NAME="tex2html153"
HREF="node43.html">Compatibility with previous versions of Kimwitu</A>
<UL>
<LI><A NAME="tex2html154"
HREF="node44.html">Define-before-use constraints</A>
<LI><A NAME="tex2html155"
HREF="node45.html">Node-sharing in Structure Files</A>
<LI><A NAME="tex2html156"
HREF="node46.html">The UNIQMALLOC2 Macro</A>
<LI><A NAME="tex2html157"
HREF="node47.html">The <I>KIMW_</I> Redirection Symbols and Macros</A>
<LI><A NAME="tex2html158"
HREF="node48.html">The <I>view</I> Enumerated Type</A>
</UL>
<LI><A NAME="tex2html159"
HREF="node49.html">Future</A>
<UL>
<LI><A NAME="tex2html160"
HREF="node50.html">CSGIO Structure File IO Routines</A>
<LI><A NAME="tex2html161"
HREF="node51.html">Conditional Rewrite Rules</A>
<LI><A NAME="tex2html162"
HREF="node52.html">User Defined Atomic Phyla</A>
<LI><A NAME="tex2html163"
HREF="node53.html">Generation of C++ code</A>
<LI><A NAME="tex2html164"
HREF="node54.html">Support for Sets, Queues, Stacks, Arrays, etc.</A>
<LI><A NAME="tex2html165"
HREF="node55.html">Polymorfism</A>
<LI><A NAME="tex2html166"
HREF="node56.html">Hash Management</A>
</UL>
<LI><A NAME="tex2html167"
HREF="node57.html">Bibliography</A>
<LI><A NAME="tex2html168"
HREF="node58.html">Index</A>
</UL>
<!--End of Table of Contents-->
<P>
<P>
<P>
<BR><HR>
<ADDRESS>
<I></I>
<BR><I>2000-04-17</I>
</ADDRESS>
</BODY>
</HTML>
|