21aa8e02ab3b1f0351ab3723cf3842358b3fa53b
[platform/upstream/boost.git] / doc / html / boost_xpressive / acknowledgments.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4 <title>Acknowledgments</title>
5 <link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
6 <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7 <link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
8 <link rel="up" href="../xpressive.html" title="Chapter&#160;35.&#160;Boost.Xpressive">
9 <link rel="prev" href="../BOOST_XPRESSIVE_HAS_MS_STACK_GUARD.html" title="Macro BOOST_XPRESSIVE_HAS_MS_STACK_GUARD">
10 <link rel="next" href="../xpressive/appendices.html" title="Appendices">
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="../BOOST_XPRESSIVE_HAS_MS_STACK_GUARD.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../xpressive.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="../xpressive/appendices.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="boost_xpressive.acknowledgments"></a><a class="link" href="acknowledgments.html" title="Acknowledgments">Acknowledgments</a>
28 </h2></div></div></div>
29 <p>
30       I am indebted to <a href="http://boost.org/people/joel_de_guzman.htm" target="_top">Joel
31       de Guzman</a> and <a href="http://boost.org/people/hartmut_kaiser.htm" target="_top">Hartmut
32       Kaiser</a> for their expert advice during the early states of xpressive's
33       development. Much of static xpressive's syntax is owes a large debt to <a href="http://spirit.sourceforge.net" target="_top">Spirit</a>, including the syntax for
34       xpressive's semantic actions. I am thankful for <a href="http://boost.org/people/john_maddock.htm" target="_top">John
35       Maddock</a>'s excellent work on his proposal to add regular expressions
36       to the standard library, and for various ideas borrowed liberally from his
37       regex implementation. I'd also like to thank <a href="http://moderncppdesign.com/" target="_top">Andrei
38       Alexandrescu</a> for his input regarding the behavior of nested regex objects,
39       and <a href="http://boost.org/people/dave_abrahams.htm" target="_top">Dave Abrahams</a>
40       for his suggestions regarding the regex domain-specific embedded language.
41       Noel Belcourt helped porting xpressive to the Metrowerks CodeWarrior compiler.
42       Markus Sch&#246;pflin helped to track down a bug on HP Tru64, and Steven Watanabe
43       suggested the fix.
44     </p>
45 <p>
46       Special thanks are due to David Jenkins who contributed both ideas, code and
47       documentation for xpressive's semantic actions, symbol tables and attributes.
48       Xpressive's ternary search trie implementation is David's, as is the number
49       parser example in <code class="literal">libs/xpressive/example/numbers.cpp</code> and
50       the documentation for symbol tables and attributes.
51     </p>
52 <p>
53       Thanks to John Fletcher for helping track down a runtime assertion when using
54       xpressive with Howard Hinnant's most excellent libc++.
55     </p>
56 <p>
57       Finally, I would like to thank <a href="http://boost.org/people/thomas_witt.html" target="_top">Thomas
58       Witt</a> for acting as xpressive's review manager.
59     </p>
60 </div>
61 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
62 <td align="left"></td>
63 <td align="right"><div class="copyright-footer">Copyright &#169; 2007 Eric Niebler<p>
64         Distributed under the Boost Software License, Version 1.0. (See accompanying
65         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>)
66       </p>
67 </div></td>
68 </tr></table>
69 <hr>
70 <div class="spirit-nav">
71 <a accesskey="p" href="../BOOST_XPRESSIVE_HAS_MS_STACK_GUARD.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../xpressive.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="../xpressive/appendices.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
72 </div>
73 </body>
74 </html>