summaryrefslogtreecommitdiff
path: root/libs/spirit/doc/html/spirit/qi.html
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-10-30 12:57:26 -0700
committerAnas Nashif <anas.nashif@intel.com>2012-10-30 12:57:26 -0700
commit1a78a62555be32868418fe52f8e330c9d0f95d5a (patch)
treed3765a80e7d3b9640ec2e930743630cd6b9fce2b /libs/spirit/doc/html/spirit/qi.html
downloadboost-1a78a62555be32868418fe52f8e330c9d0f95d5a.tar.gz
boost-1a78a62555be32868418fe52f8e330c9d0f95d5a.tar.bz2
boost-1a78a62555be32868418fe52f8e330c9d0f95d5a.zip
Imported Upstream version 1.49.0upstream/1.49.0
Diffstat (limited to 'libs/spirit/doc/html/spirit/qi.html')
-rwxr-xr-xlibs/spirit/doc/html/spirit/qi.html97
1 files changed, 97 insertions, 0 deletions
diff --git a/libs/spirit/doc/html/spirit/qi.html b/libs/spirit/doc/html/spirit/qi.html
new file mode 100755
index 0000000000..ca59e14337
--- /dev/null
+++ b/libs/spirit/doc/html/spirit/qi.html
@@ -0,0 +1,97 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<title>Qi - Writing Parsers</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="../index.html" title="Spirit 2.5.2">
+<link rel="up" href="../index.html" title="Spirit 2.5.2">
+<link rel="prev" href="abstracts/attributes/nonterminal_attributes.html" title="Attributes of Rules and Grammars">
+<link rel="next" href="qi/tutorials.html" title="Tutorials">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
+<td align="center"><a href="../../../../../index.html">Home</a></td>
+<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
+<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
+<td align="center"><a href="../../../../../more/index.htm">More</a></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="abstracts/attributes/nonterminal_attributes.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="qi/tutorials.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h2 class="title" style="clear: both">
+<a name="spirit.qi"></a><a class="link" href="qi.html" title="Qi - Writing Parsers">Qi - Writing Parsers</a>
+</h2></div></div></div>
+<div class="toc"><dl>
+<dt><span class="section"><a href="qi/tutorials.html">Tutorials</a></span></dt>
+<dd><dl>
+<dt><span class="section"><a href="qi/tutorials/quick_start.html">Quick Start</a></span></dt>
+<dt><span class="section"><a href="qi/tutorials/warming_up.html">Warming up</a></span></dt>
+<dt><span class="section"><a href="qi/tutorials/semantic_actions.html">Parser Semantic
+ Actions</a></span></dt>
+<dt><span class="section"><a href="qi/tutorials/complex___our_first_complex_parser.html">Complex
+ - Our first complex parser</a></span></dt>
+<dt><span class="section"><a href="qi/tutorials/sum___adding_numbers.html">Sum - adding
+ numbers</a></span></dt>
+<dt><span class="section"><a href="qi/tutorials/number_list___stuffing_numbers_into_a_std__vector.html">Number
+ List - stuffing numbers into a std::vector</a></span></dt>
+<dt><span class="section"><a href="qi/tutorials/number_list_redux___list_syntax.html">Number
+ List Redux - list syntax</a></span></dt>
+<dt><span class="section"><a href="qi/tutorials/number_list_attribute___one_more__with_style.html">Number
+ List Attribute - one more, with style</a></span></dt>
+<dt><span class="section"><a href="qi/tutorials/roman_numerals.html">Roman Numerals</a></span></dt>
+<dt><span class="section"><a href="qi/tutorials/employee___parsing_into_structs.html">Employee
+ - Parsing into structs</a></span></dt>
+<dt><span class="section"><a href="qi/tutorials/mini_xml___asts_.html">Mini XML - ASTs!</a></span></dt>
+<dt><span class="section"><a href="qi/tutorials/mini_xml___error_handling.html">Mini
+ XML - Error Handling</a></span></dt>
+</dl></dd>
+<dt><span class="section"><a href="qi/quick_reference.html">Quick Reference</a></span></dt>
+<dd><dl>
+<dt><span class="section"><a href="qi/quick_reference/common_notation.html">Common Notation</a></span></dt>
+<dt><span class="section"><a href="qi/quick_reference/qi_parsers.html">Qi Parsers</a></span></dt>
+<dt><span class="section"><a href="qi/quick_reference/compound_attribute_rules.html">Compound
+ Attribute Rules</a></span></dt>
+<dt><span class="section"><a href="qi/quick_reference/non_terminals.html">Nonterminals</a></span></dt>
+<dt><span class="section"><a href="qi/quick_reference/semantic_actions.html">Parser
+ Semantic Actions</a></span></dt>
+<dt><span class="section"><a href="qi/quick_reference/phoenix.html">Phoenix</a></span></dt>
+</dl></dd>
+<dt><span class="section"><a href="qi/reference.html">Reference</a></span></dt>
+<dd><dl>
+<dt><span class="section"><a href="qi/reference/parser_concepts.html">Parser Concepts</a></span></dt>
+<dt><span class="section"><a href="qi/reference/basics.html">Parser Basics</a></span></dt>
+<dt><span class="section"><a href="qi/reference/parse_api.html">Parser API</a></span></dt>
+<dt><span class="section"><a href="qi/reference/action.html">Semantic Actions with Parsers</a></span></dt>
+<dt><span class="section"><a href="qi/reference/auto.html">Auto Parser</a></span></dt>
+<dt><span class="section"><a href="qi/reference/auxiliary.html">Auxiliary Parsers</a></span></dt>
+<dt><span class="section"><a href="qi/reference/binary.html">Binary Parsers</a></span></dt>
+<dt><span class="section"><a href="qi/reference/char.html">Character Parsers</a></span></dt>
+<dt><span class="section"><a href="qi/reference/directive.html">Parser Directives</a></span></dt>
+<dt><span class="section"><a href="qi/reference/nonterminal.html">Nonterminal Parsers</a></span></dt>
+<dt><span class="section"><a href="qi/reference/numeric.html">Numeric Parsers</a></span></dt>
+<dt><span class="section"><a href="qi/reference/operator.html">Parser Operators</a></span></dt>
+<dt><span class="section"><a href="qi/reference/stream.html">Stream Parsers</a></span></dt>
+<dt><span class="section"><a href="qi/reference/string.html">String Parsers</a></span></dt>
+</dl></dd>
+<dt><span class="section"><a href="qi/s04.html">Qi Index</a></span></dt>
+</dl></div>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2001-2011 Joel de Guzman, Hartmut Kaiser<p>
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
+ 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>)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="abstracts/attributes/nonterminal_attributes.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="qi/tutorials.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>