1<html> 2<head> 3<title>Spirit User's Guide</title> 4<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 5<link rel="stylesheet" href="doc/theme/style.css" type="text/css"> 6</head> 7 8<body> 9<table width="100%" border="0" background="doc/theme/bkd2.gif" cellspacing="2"> 10 <tr> 11 <td width="10"> 12 <h1></h1> 13 </td> 14 <td width="85%"> <font face="Verdana, Arial, Helvetica, sans-serif"><b><font size="6">Spirit 15 User's Guide</font></b></font></td> 16 <td width="112"><a href="http://spirit.sf.net"><img src="doc/theme/spirit.gif" width="112" height="48" align="right" border="0"></a></td> 17 </tr> 18</table> 19<br> 20<table width="75%" border="0" align="center"> 21 <tr> 22 <td class="table_title">Table of Contents</td> 23 </tr> 24 <tr> 25 <td class="toc_cells_L0"><a href="doc/preface.html">Preface</a></td> 26 </tr> 27 <tr> 28 <td class="toc_cells_L0"><a href="doc/introduction.html">Introduction</a></td> 29 </tr> 30 <tr> 31 <td class="toc_cells_L0"><a href="doc/quick_start.html">Quick Start</a></td> 32 </tr> 33 <tr> 34 <td class="toc_cells_L0"><a href="doc/basic_concepts.html">Basic Concepts</a></td> 35 </tr> 36 <tr> 37 <td class="toc_cells_L0"><a href="doc/organization.html">Organization</a></td> 38 </tr> 39 <tr> 40 <td class="toc_cells_L0"><a href="change_log.html">What's New </a></td> 41 </tr> 42 <tr> 43 <td class="toc_cells_L0"><b><font face="Geneva, Arial, Helvetica, san-serif">Core</font></b></td> 44 </tr> 45 <tr> 46 <td class="toc_cells_L1"><a href="doc/primitives.html">Primitives</a> </td> 47 </tr> 48 <tr> 49 <td class="toc_cells_L1"><a href="doc/operators.html">Operators</a></td> 50 </tr> 51 <tr> 52 <td class="toc_cells_L1"><a href="doc/numerics.html">Numerics</a></td> 53 </tr> 54 <tr> 55 <td class="toc_cells_L1"><a href="doc/rule.html">The Rule</a></td> 56 </tr> 57 <tr> 58 <td class="toc_cells_L1"><a href="doc/epsilon.html">Epsilon</a></td> 59 </tr> 60 <tr> 61 <td class="toc_cells_L1"><a href="doc/directives.html">Directives</a></td> 62 </tr> 63 <tr> 64 <td class="toc_cells_L1"><a href="doc/scanner.html">The Scanner and Parsing</a></td> 65 </tr> 66 <tr> 67 <td class="toc_cells_L1"><a href="doc/grammar.html">The Grammar</a></td> 68 </tr> 69 <tr> 70 <td class="toc_cells_L1"><a href="doc/subrules.html">Subrules</a></td> 71 </tr> 72 <tr> 73 <td class="toc_cells_L1"><a href="doc/semantic_actions.html">Semantic Actions</a> 74 </td> 75 </tr> 76 <tr> 77 <td class="toc_cells_L1"><a href="doc/indepth_the_parser.html">In-depth: The 78 Parser</a></td> 79 </tr> 80 <tr> 81 <td class="toc_cells_L1"><a href="doc/indepth_the_scanner.html">In-depth: 82 The Scanner</a> </td> 83 </tr> 84 <tr> 85 <td class="toc_cells_L1"><a href="doc/indepth_the_parser_context.html">In-depth: 86 The Parser Context</a></td> 87 </tr> 88 <tr> 89 <td class="toc_cells_L0"><strong>Actors</strong></td> 90 </tr> 91 <tr> 92 <td class="toc_cells_L1"><a href="doc/predefined_actors.html">Predefined Actions</a> 93 </td> 94 </tr> 95 <tr> 96 <td class="toc_cells_L0"><b>Attribute</b></td> 97 </tr> 98 <tr> 99 <td class="toc_cells_L1"><a href="doc/parametric_parsers.html">Parametric 100 Parsers</a></td> 101 </tr> 102 <tr> 103 <td class="toc_cells_L1"><a href="doc/functional.html">Functional</a></td> 104 </tr> 105 <tr> 106 <td class="toc_cells_L1"><a href="doc/phoenix.html">Phoenix</a><a href="doc/parametric_parsers.html"></a></td> 107 </tr> 108 <tr> 109 <td class="toc_cells_L1"><a href="doc/closures.html">Closures</a></td> 110 </tr> 111 <tr> 112 <td class="toc_cells_L0"><strong>Dynamic</strong></td> 113 </tr> 114 <tr> 115 <td class="toc_cells_L1"><a href="doc/dynamic_parsers.html">Dynamic Parsers</a></td> 116 </tr> 117 <tr> 118 <td class="toc_cells_L1"><a href="doc/stored_rule.html">Storable Rules</a></td> 119 </tr> 120 <tr> 121 <td class="toc_cells_L1"><a href="doc/the_lazy_parser.html">The Lazy Parser</a></td> 122 </tr> 123 <tr> 124 <td class="toc_cells_L1"><a href="doc/select_parser.html">The Select Parser</a></td> 125 </tr> 126 <tr> 127 <td class="toc_cells_L1"><a href="doc/switch_parser.html">The Switch Parser</a></td> 128 </tr> 129 <tr> 130 <td class="toc_cells_L0"><b>Utility</b></td> 131 </tr> 132 <tr> 133 <td class="toc_cells_L1"><a href="doc/escape_char_parser.html">Escape Character 134 Parsers</a></td> 135 </tr> 136 <tr> 137 <td class="toc_cells_L1"><a href="doc/loops.html">Loop Parsers</a></td> 138 </tr> 139 <tr> 140 <td class="toc_cells_L1"><a href="doc/character_sets.html">Character Set Parser</a></td> 141 </tr> 142 <tr> 143 <td class="toc_cells_L1"><a href="doc/confix.html">Confix and Comment Parsers</a></td> 144 </tr> 145 <tr> 146 <td class="toc_cells_L1"><a href="doc/list_parsers.html">List Parsers</a></td> 147 </tr> 148 <tr> 149 <td class="toc_cells_L1"><a href="doc/functor_parser.html">Functor Parser</a></td> 150 </tr> 151 <tr> 152 <td class="toc_cells_L1"><a href="doc/refactoring.html">Refactoring Parsers</a></td> 153 </tr> 154 <tr> 155 <td class="toc_cells_L1"><a href="doc/regular_expression_parser.html">Regular 156 Expression Parser</a> </td> 157 </tr> 158 <tr> 159 <td class="toc_cells_L1"><a href="doc/scoped_lock.html">Scoped Lock</a></td> 160 </tr> 161 <tr> 162 <td class="toc_cells_L1"><a href="doc/distinct.html">Distinct Parser </a></td> 163 </tr> 164 <tr> 165 <td class="toc_cells_L0"><b>Symbols</b></td> 166 </tr> 167 <tr> 168 <td class="toc_cells_L1"><a href="doc/symbols.html">The Symbol Table</a></td> 169 </tr> 170 <tr> 171 <td class="table_cells"><b>Trees</b></td> 172 </tr> 173 <tr> 174 <td class="toc_cells_L1"><a href="doc/trees.html">Parse Trees and ASTs</a></td> 175 </tr> 176 <tr> 177 <td class="toc_cells_L0"><b>Iterator</b></td> 178 </tr> 179 <tr> 180 <td class="toc_cells_L1"><a href="doc/multi_pass.html">Multi Pass </a></td> 181 </tr> 182 <tr> 183 <td class="toc_cells_L1"><a href="doc/file_iterator.html">File Iterator</a></td> 184 </tr> 185 <tr> 186 <td class="toc_cells_L1"><a href="doc/position_iterator.html">Position Iterator 187 </a></td> 188 </tr> 189 <tr> 190 <td class="toc_cells_L0"><a href="doc/debugging.html">Debugging</a></td> 191 </tr> 192 <tr> 193 <td class="toc_cells_L0"><a href="doc/error_handling.html">Error Handling</a></td> 194 </tr> 195 <tr> 196 <td class="toc_cells_L0"><a href="doc/quickref.html">Quick Reference</a></td> 197 </tr> 198 <tr> 199 <td class="toc_cells_L0"><a href="doc/includes.html">Includes</a></td> 200 </tr> 201 <tr> 202 <td class="toc_cells_L0"><a href="doc/portability.html">Portability</a></td> 203 </tr> 204 <tr> 205 <td class="toc_cells_L0"><a href="doc/style_guide.html">Style Guide</a></td> 206 </tr> 207 <tr> 208 <td class="toc_cells_L0"><a href="doc/techniques.html">Techniques</a></td> 209 </tr> 210 <tr> 211 <td class="toc_cells_L0"><a href="doc/faq.html">FAQ</a></td> 212 </tr> 213 <tr> 214 <td class="toc_cells_L0"><a href="doc/rationale.html">Rationale</a></td> 215 </tr> 216 <tr> 217 <td class="toc_cells_L0"><a href="doc/acknowledgments.html">Acknowledgments</a></td> 218 </tr> 219 <tr> 220 <td class="toc_cells_L0"><a href="doc/references.html">References</a></td> 221 </tr> 222</table> 223<br> 224<table width="50%" border="0" align="center"> 225 <tr> 226 <td> 227 <div align="center"><font size="2" color="#666666">Copyright © 1998-2003 228 Joel de Guzman</font><font size="2"><br> 229 <br> 230 Portions of this document: <br> 231 <font color="#666666">Copyright © 2001-2003 Hartmut Kaiser<br> 232 Copyright © 2001-2002 Daniel C. Nuffer<br> 233 Copyright © 2002 Chris Uzdavinis<br> 234 Copyright © 2002 Jeff Westfahl<br> 235 Copyright © 2002 Juan Carlos Arevalo-Baeza<br> 236 </font><font size="2"><font color="#666666">Copyright © 2003 Martin 237 Wille <br> 238 Copyright © 2003 Ross Smith<br> 239 <font size="2"><font size="2">Copyright © 2003</font></font></font> 240 <font color="#666666">Jonathan de Halleux </font></font></font></div> 241 <p><font size="2"> <font color="#666666"> Use, modification and distribution is subject to the Boost Software 242 License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 243 http://www.boost.org/LICENSE_1_0.txt) 244 </font> </font></p> 245 </td> 246 </tr> 247</table> 248<br> 249<table width="35%" border="0" align="center"> 250 <tr> 251 <td> 252 <div align="center"><font size="2">Spirit is hosted by <a href="http://sourceforge.net">SourceForge</a></font><br> 253 <font size="2"><a href="http://spirit.sourceforge.net/">http://spirit.sourceforge.net/ 254 </a></font> <br> 255 <br> 256 <a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=28447" width="88" height="31" border="0" alt="SourceForge Logo"></a></div> 257 </td> 258 </tr> 259</table> 260<br> 261<p> </p> 262</body> 263</html> 264