Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / spirit / doc / html / spirit / lex.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4 <title>Lex - Writing Lexical Analyzers</title>
5 <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
6 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7 <link rel="home" href="../index.html" title="Spirit 2.5.2">
8 <link rel="up" href="../index.html" title="Spirit 2.5.2">
9 <link rel="prev" href="karma/s05.html" title="Karma Index">
10 <link rel="next" href="lex/lexer_introduction.html" title="Introduction to Spirit.Lex">
11 </head>
12 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13 <table cellpadding="2" width="100%"><tr>
14 <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
15 <td align="center"><a href="../../../../../index.html">Home</a></td>
16 <td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
17 <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
18 <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
19 <td align="center"><a href="../../../../../more/index.htm">More</a></td>
20 </tr></table>
21 <hr>
22 <div class="spirit-nav">
23 <a accesskey="p" href="karma/s05.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="lex/lexer_introduction.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
24 </div>
25 <div class="section">
26 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
27 <a name="spirit.lex"></a><a class="link" href="lex.html" title="Lex - Writing Lexical Analyzers">Lex - Writing Lexical Analyzers</a>
28 </h2></div></div></div>
29 <div class="toc"><dl class="toc">
30 <dt><span class="section"><a href="lex/lexer_introduction.html">Introduction to <span class="emphasis"><em>Spirit.Lex</em></span></a></span></dt>
31 <dt><span class="section"><a href="lex/tutorials.html"><span class="emphasis"><em>Spirit.Lex</em></span>
32       Tutorials</a></span></dt>
33 <dd><dl>
34 <dt><span class="section"><a href="lex/tutorials/lexer_tutorials.html"><span class="emphasis"><em>Spirit.Lex</em></span>
35         Tutorials Overview</a></span></dt>
36 <dt><span class="section"><a href="lex/tutorials/lexer_quickstart1.html">Quickstart
37         1 - A word counter using <span class="emphasis"><em>Spirit.Lex</em></span></a></span></dt>
38 <dt><span class="section"><a href="lex/tutorials/lexer_quickstart2.html">Quickstart
39         2 - A better word counter using <span class="emphasis"><em>Spirit.Lex</em></span></a></span></dt>
40 <dt><span class="section"><a href="lex/tutorials/lexer_quickstart3.html">Quickstart
41         3 - Counting Words Using a Parser</a></span></dt>
42 </dl></dd>
43 <dt><span class="section"><a href="lex/abstracts.html">Abstracts</a></span></dt>
44 <dd><dl>
45 <dt><span class="section"><a href="lex/abstracts/lexer_primitives.html">Lexer Primitives</a></span></dt>
46 <dt><span class="section"><a href="lex/abstracts/lexer_tokenizing.html">Tokenizing Input
47         Data</a></span></dt>
48 <dt><span class="section"><a href="lex/abstracts/lexer_semantic_actions.html">Lexer
49         Semantic Actions</a></span></dt>
50 <dt><span class="section"><a href="lex/abstracts/lexer_static_model.html">The <span class="emphasis"><em>Static</em></span>
51         Lexer Model</a></span></dt>
52 </dl></dd>
53 <dt><span class="section"><a href="lex/quick_reference.html">Quick Reference</a></span></dt>
54 <dd><dl>
55 <dt><span class="section"><a href="lex/quick_reference/common_notation.html">Common
56         Notation</a></span></dt>
57 <dt><span class="section"><a href="lex/quick_reference/lexers.html">Primitive Lexer
58         Components</a></span></dt>
59 <dt><span class="section"><a href="lex/quick_reference/semantic_actions.html">Semantic
60         Actions</a></span></dt>
61 <dt><span class="section"><a href="lex/quick_reference/phoenix.html">Phoenix</a></span></dt>
62 <dt><span class="section"><a href="lex/quick_reference/lexer.html">Supported Regular
63         Expressions</a></span></dt>
64 </dl></dd>
65 <dt><span class="section"><a href="lex/reference.html">Reference</a></span></dt>
66 <dd><dl>
67 <dt><span class="section"><a href="lex/reference/lexer_concepts.html">Lexer Concepts</a></span></dt>
68 <dt><span class="section"><a href="lex/reference/lex_basics.html">Basics</a></span></dt>
69 <dt><span class="section"><a href="lex/reference/lexer_api.html">Lexer API</a></span></dt>
70 <dt><span class="section"><a href="lex/reference/primitives.html">Token definition Primitives</a></span></dt>
71 </dl></dd>
72 </dl></div>
73 </div>
74 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
75 <td align="left"></td>
76 <td align="right"><div class="copyright-footer">Copyright &#169; 2001-2011 Joel de Guzman, Hartmut Kaiser<p>
77         Distributed under the Boost Software License, Version 1.0. (See accompanying
78         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>)
79       </p>
80 </div></td>
81 </tr></table>
82 <hr>
83 <div class="spirit-nav">
84 <a accesskey="p" href="karma/s05.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="lex/lexer_introduction.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
85 </div>
86 </body>
87 </html>