Click here to Skip to main content
15,894,285 members
Articles / Programming Languages / C++

Wave: a Standard conformant C++ preprocessor library

Rate me:
Please Sign up or sign in to vote.
4.96/5 (58 votes)
10 Jan 200413 min read 401.5K   4.4K   81  
Describes a free and fully Standard conformant C++ preprocessor library
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>References</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="theme/style.css" rel="stylesheet" type="text/css">
</head>

<body text="#000000" background="theme/bkd.gif">
<table width="100%" border="0" cellspacing="2" background="theme/bkd2.gif">
  <tr> 
    <td width="21"> <h1></h1></td>
    <td width="885"> <font face="Verdana, Arial, Helvetica, sans-serif"><b><font size="6">References</font></b></font></td>
    <td width="96"><a href="http://spirit.sf.net"><img src="theme/wave.gif" width="93" height="68" align="right" border="0"></a></td>
  </tr>
</table>
<br>
<table border="0">
  <tr> 
    <td width="10"></td>
    <td width="30"><a href="index.html"><img src="theme/u_arr.gif" border="0"></a></td>
    <td width="30"><a href="acknowledgements.html"><img src="theme/l_arr.gif" width="20" height="19" border="0"></a></td>
    <td width="30"><img src="theme/r_arr_disabled.gif" width="20" height="19" border="0"></td>
  </tr>
</table>
<br>
<table width="90%" border="0" align="center">
  <tr> 
    <td class="table_cells"> 1.</td>
    <td class="table_cells"> <a name="iso_cpp"></a>ISO/IEC </td>
    <td class="table_cells"><a href="http://webstore.ansi.org/ansidocstore/product.asp?sku=INCITS%2FISO%2FIEC%2B14882%2D1998">&quot;Programming 
      languages - C++&quot;</a> <br>
      ISO/IEC 14882:1998</td>
  </tr>
  <tr> 
    <td width="36" class="table_cells">2.</td>
    <td width="236" class="table_cells"> <a name="iso_c"></a>INCITS/ISO/IEC </td>
    <td width="520" class="table_cells"><a href="http://webstore.ansi.org/ansidocstore/product.asp?sku=INCITS/ISO/IEC%2B9899-1999">&quot;Programming 
      languages - C&quot;</a> <br>
      INCITS/ISO/IEC 9899:1999</td>
  </tr>
  <tr> 
    <td class="table_cells">3.</td>
    <td class="table_cells"> <a name="re2c"></a>Peter Bumbulis and <br>
      Donald D. Cowan</td>
    <td class="table_cells"><a href="http://www.tildeslash.org/re2c/index.html">Re2c 
      V0.9.1 </a><br>
      A tool for generating C-based recognizers from regular expressions</td>
  </tr>
  <tr> 
    <td class="table_cells">4.</td>
    <td class="table_cells"><a name="spirit"></a>Joel de Guzman et.al.</td>
    <td class="table_cells"><a href="http://spirit.sourceforge.net/">Spirit v1.6.0 
      documentation</a></td>
  </tr>
  <tr> 
    <td class="table_cells">5.</td>
    <td class="table_cells"><a name="slex"></a>Daniel C. Nuffer</td>
    <td class="table_cells"><a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/boost/boost/libs/spirit/example/application/slex/">The 
      <tt>Spirit</tt> Slex example</a></td>
  </tr>
  <tr> 
    <td class="table_cells">6.</td>
    <td class="table_cells"><a name="cpplexer"></a>Juan Carlos Arevalo-Baeza</td>
    <td class="table_cells"><a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/boost/boost/libs/spirit/example/application/cpp_lexer/">The 
      <tt>Spirit</tt> cpplexer example</a></td>
  </tr>
  <tr> 
    <td class="table_cells">7.</td>
    <td class="table_cells"><a name="pp_lib"></a>Vesa Karvonen and <br>
      Paul Mensonides </td>
    <td class="table_cells"><a href="http://www.boost.org/libs/preprocessor/doc/index.html">The 
      Boost Library Preprocessor Subset for C/C++</a> </td>
  </tr>
  <tr>
    <td class="table_cells">8.</td>
    <td class="table_cells"><a name="boost"></a>boost.org</td>
    <td class="table_cells"><a href="http://www.boost.org">The Boost Libraries 
      Documentation.</a></td>
  </tr>
</table>
<br>
<table border="0">
  <tr> 
    <td width="10"></td>
    <td width="30"><a href="index.html"><img src="theme/u_arr.gif" border="0"></a></td>
    <td width="30"><a href="acknowledgements.html"><img src="theme/l_arr.gif" width="20" height="19" border="0"></a></td>
    <td width="30"><img src="theme/r_arr_disabled.gif" width="20" height="19" border="0"></td>
  </tr>
</table>
<hr size="1">
<p class="copyright">Copyright &copy; 2003-2004 Hartmut Kaiser<br>
  <br>
  <font size="2">Use, modification and distribution is subject to the Boost Software 
  License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 
  </font> </p>
<span class="updated">Last updated: 
  <!-- #BeginDate format:fcAm1m -->Monday, January 5, 2004  14:57<!-- #EndDate -->
  </span></body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
United States United States
Actively involved in Boost and the development of the Spirit parser construction framework.

Comments and Discussions