• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4<title>Spirit X3 3.0.4</title>
5<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7<link rel="home" href="index.html" title="Spirit X3 3.0.4">
8<link rel="next" href="spirit_x3/preface.html" title="Preface">
9</head>
10<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
11<table cellpadding="2" width="100%"><tr>
12<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
13<td align="center"><a href="../../../../../index.html">Home</a></td>
14<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
15<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
16<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
17<td align="center"><a href="../../../../../more/index.htm">More</a></td>
18</tr></table>
19<hr>
20<div class="spirit-nav"><a accesskey="n" href="spirit_x3/preface.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a></div>
21<div class="article">
22<div class="titlepage">
23<div>
24<div><h2 class="title">
25<a name="spirit_x3"></a>Spirit X3 3.0.4</h2></div>
26<div><div class="authorgroup">
27<div class="author"><h3 class="author">
28<span class="firstname">Joel</span> <span class="surname">de Guzman</span>
29</h3></div>
30<div class="author"><h3 class="author">
31<span class="firstname">Hartmut</span> <span class="surname">Kaiser</span>
32</h3></div>
33</div></div>
34<div><p class="copyright">Copyright © 2001-2018 Joel de Guzman,
35      Hartmut Kaiser</p></div>
36<div><div class="legalnotice">
37<a name="spirit_x3.legal"></a><p>
38        Distributed under the Boost Software License, Version 1.0. (See accompanying
39        file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
40      </p>
41</div></div>
42</div>
43<hr>
44</div>
45<div class="toc">
46<p><b>Table of Contents</b></p>
47<dl class="toc">
48<dt><span class="section"><a href="spirit_x3/preface.html">Preface</a></span></dt>
49<dt><span class="section"><a href="spirit_x3/introduction.html">Introduction</a></span></dt>
50<dt><span class="section"><a href="spirit_x3/include.html">Include</a></span></dt>
51<dt><span class="section"><a href="spirit_x3/abstracts.html">Abstracts</a></span></dt>
52<dd><dl>
53<dt><span class="section"><a href="spirit_x3/abstracts/syntax_diagram.html">Syntax Diagram</a></span></dt>
54<dt><span class="section"><a href="spirit_x3/abstracts/parsing_expression_grammar.html">Parsing
55      Expression Grammar</a></span></dt>
56<dt><span class="section"><a href="spirit_x3/abstracts/primitive_attributes.html">Attributes
57      of Primitive Components</a></span></dt>
58<dt><span class="section"><a href="spirit_x3/abstracts/compound_attributes.html">Attributes of
59      Compound Components</a></span></dt>
60<dt><span class="section"><a href="spirit_x3/abstracts/more_compound_attributes.html">More About
61      Attributes of Compound Components</a></span></dt>
62<dt><span class="section"><a href="spirit_x3/abstracts/nonterminal_attributes.html">Attributes
63      of Nonterminals</a></span></dt>
64</dl></dd>
65<dt><span class="section"><a href="spirit_x3/tutorials.html">Tutorials</a></span></dt>
66<dd><dl>
67<dt><span class="section"><a href="spirit_x3/tutorials/quick_start.html">Quick Start</a></span></dt>
68<dt><span class="section"><a href="spirit_x3/tutorials/warming_up.html">Warming up</a></span></dt>
69<dt><span class="section"><a href="spirit_x3/tutorials/semantic_actions.html">Parser Semantic
70      Actions</a></span></dt>
71<dt><span class="section"><a href="spirit_x3/tutorials/complex___our_first_complex_parser.html">Complex
72      - Our first complex parser</a></span></dt>
73<dt><span class="section"><a href="spirit_x3/tutorials/sum___adding_numbers.html">Sum - adding
74      numbers</a></span></dt>
75<dt><span class="section"><a href="spirit_x3/tutorials/number_list___stuffing_numbers_into_a_std__vector.html">Number
76      List - stuffing numbers into a std::vector</a></span></dt>
77<dt><span class="section"><a href="spirit_x3/tutorials/number_list_redux___list_syntax.html">Number
78      List Redux - list syntax</a></span></dt>
79<dt><span class="section"><a href="spirit_x3/tutorials/number_list_attribute___one_more__with_style.html">Number
80      List Attribute - one more, with style</a></span></dt>
81<dt><span class="section"><a href="spirit_x3/tutorials/roman.html">Roman Numerals</a></span></dt>
82<dt><span class="section"><a href="spirit_x3/tutorials/employee.html">Employee - Parsing into
83      structs</a></span></dt>
84<dt><span class="section"><a href="spirit_x3/tutorials/minimal.html">X3 Program Structure</a></span></dt>
85<dt><span class="section"><a href="spirit_x3/tutorials/annotation.html">Annotations - Decorating
86      the ASTs</a></span></dt>
87<dt><span class="section"><a href="spirit_x3/tutorials/rexpr.html">RExpressions - Recursive ASTs!</a></span></dt>
88<dt><span class="section"><a href="spirit_x3/tutorials/error_handling.html">Error Handling</a></span></dt>
89</dl></dd>
90<dt><span class="section"><a href="spirit_x3/quick_reference.html">Quick Reference</a></span></dt>
91<dd><dl>
92<dt><span class="section"><a href="spirit_x3/quick_reference/common_notation.html">Common Notation</a></span></dt>
93<dt><span class="section"><a href="spirit_x3/quick_reference/char.html">Character Parsers</a></span></dt>
94<dt><span class="section"><a href="spirit_x3/quick_reference/numeric.html">Numeric Parsers</a></span></dt>
95<dt><span class="section"><a href="spirit_x3/quick_reference/string.html">String Parsers</a></span></dt>
96<dt><span class="section"><a href="spirit_x3/quick_reference/auxiliary.html">Auxiliary Parsers</a></span></dt>
97<dt><span class="section"><a href="spirit_x3/quick_reference/binary.html">Binary Parsers</a></span></dt>
98<dt><span class="section"><a href="spirit_x3/quick_reference/directive.html">Parser Directives</a></span></dt>
99<dt><span class="section"><a href="spirit_x3/quick_reference/operator.html">Parser Operators</a></span></dt>
100<dt><span class="section"><a href="spirit_x3/quick_reference/action.html">Parser Semantic Actions</a></span></dt>
101<dt><span class="section"><a href="spirit_x3/quick_reference/compound_attribute_rules.html">Compound
102      Attribute Rules</a></span></dt>
103<dt><span class="section"><a href="spirit_x3/quick_reference/non_terminals.html">Nonterminals</a></span></dt>
104<dt><span class="section"><a href="spirit_x3/quick_reference/semantic_actions.html">Parser Semantic
105      Actions</a></span></dt>
106</dl></dd>
107<dt><span class="section"><a href="spirit_x3/changelog.html">Changelog</a></span></dt>
108<dd><dl>
109<dt><span class="section"><a href="spirit_x3/changelog/spirit_3_0_7.html">Spirit V3.0.7 (Boost
110      V1.74.0)</a></span></dt>
111<dt><span class="section"><a href="spirit_x3/changelog/spirit_3_0_6.html">Spirit V3.0.6 (Boost
112      V1.73.0)</a></span></dt>
113<dt><span class="section"><a href="spirit_x3/changelog/spirit_3_0_5.html">Spirit V3.0.5 (Boost
114      V1.72.0)</a></span></dt>
115<dt><span class="section"><a href="spirit_x3/changelog/spirit_3_0_4_boost_1_71.html">Spirit V3.0.4
116      (Boost V1.71.0)</a></span></dt>
117<dt><span class="section"><a href="spirit_x3/changelog/spirit_3_0_4.html">Spirit V3.0.4 (Boost
118      V1.70.0)</a></span></dt>
119<dt><span class="section"><a href="spirit_x3/changelog/spirit_3_0_3.html">Spirit V3.0.3 (Boost
120      V1.69.0)</a></span></dt>
121<dt><span class="section"><a href="spirit_x3/changelog/spirit_3_0_2.html">Spirit V3.0.2 (Boost
122      V1.68.0)</a></span></dt>
123<dt><span class="section"><a href="spirit_x3/changelog/spirit_3_0_1.html">Spirit V3.0.1 (Boost
124      V1.67.0)</a></span></dt>
125</dl></dd>
126</dl>
127</div>
128<p>
129    This is the documentation of the newest version of <a href="http://boost-spirit.com" target="_top">Spirit</a>
130    (currently, V3.0.4).
131  </p>
132<p>
133    s
134  </p>
135</div>
136<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
137<td align="left"><p><small>Last revised: August 11, 2020 at 14:59:32 GMT</small></p></td>
138<td align="right"><div class="copyright-footer"></div></td>
139</tr></table>
140<hr>
141<div class="spirit-nav"><a accesskey="n" href="spirit_x3/preface.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a></div>
142</body>
143</html>
144