index.html 8.4 KB

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