1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<html> 3<head> 4<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5<title>Acknowledgments</title> 6<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css"> 7<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> 8<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> 9<link rel="up" href="../xpressive.html" title="Chapter 46. Boost.Xpressive"> 10<link rel="prev" href="../BOOST_XPRESS_1_3_47_5_18_4.html" title="Macro BOOST_XPRESSIVE_HAS_MS_STACK_GUARD"> 11<link rel="next" href="../xpressive/appendices.html" title="Appendices"> 12</head> 13<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> 14<table cellpadding="2" width="100%"><tr> 15<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td> 16<td align="center"><a href="../../../index.html">Home</a></td> 17<td align="center"><a href="../../../libs/libraries.htm">Libraries</a></td> 18<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> 19<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> 20<td align="center"><a href="../../../more/index.htm">More</a></td> 21</tr></table> 22<hr> 23<div class="spirit-nav"> 24<a accesskey="p" href="../BOOST_XPRESS_1_3_47_5_18_4.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> 25</div> 26<div class="section"> 27<div class="titlepage"><div><div><h2 class="title" style="clear: both"> 28<a name="boost_xpressive.acknowledgments"></a><a class="link" href="acknowledgments.html" title="Acknowledgments">Acknowledgments</a> 29</h2></div></div></div> 30<p> 31 I am indebted to <a href="http://boost.org/people/joel_de_guzman.htm" target="_top">Joel 32 de Guzman</a> and <a href="http://boost.org/people/hartmut_kaiser.htm" target="_top">Hartmut 33 Kaiser</a> for their expert advice during the early states of xpressive's 34 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 35 xpressive's semantic actions. I am thankful for <a href="http://boost.org/people/john_maddock.htm" target="_top">John 36 Maddock</a>'s excellent work on his proposal to add regular expressions 37 to the standard library, and for various ideas borrowed liberally from his 38 regex implementation. I'd also like to thank <a href="http://moderncppdesign.com/" target="_top">Andrei 39 Alexandrescu</a> for his input regarding the behavior of nested regex objects, 40 and <a href="http://boost.org/people/dave_abrahams.htm" target="_top">Dave Abrahams</a> 41 for his suggestions regarding the regex domain-specific embedded language. 42 Noel Belcourt helped porting xpressive to the Metrowerks CodeWarrior compiler. 43 Markus Schöpflin helped to track down a bug on HP Tru64, and Steven Watanabe 44 suggested the fix. 45 </p> 46<p> 47 Special thanks are due to David Jenkins who contributed both ideas, code and 48 documentation for xpressive's semantic actions, symbol tables and attributes. 49 Xpressive's ternary search trie implementation is David's, as is the number 50 parser example in <code class="literal">libs/xpressive/example/numbers.cpp</code> and 51 the documentation for symbol tables and attributes. 52 </p> 53<p> 54 Thanks to John Fletcher for helping track down a runtime assertion when using 55 xpressive with Howard Hinnant's most excellent libc++. 56 </p> 57<p> 58 Finally, I would like to thank <a href="http://boost.org/people/thomas_witt.html" target="_top">Thomas 59 Witt</a> for acting as xpressive's review manager. 60 </p> 61</div> 62<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> 63<td align="left"></td> 64<td align="right"><div class="copyright-footer">Copyright © 2007 Eric Niebler<p> 65 Distributed under the Boost Software License, Version 1.0. (See accompanying 66 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>) 67 </p> 68</div></td> 69</tr></table> 70<hr> 71<div class="spirit-nav"> 72<a accesskey="p" href="../BOOST_XPRESS_1_3_47_5_18_4.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> 73</div> 74</body> 75</html> 76