Click here to Skip to main content
15,860,972 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 392.1K   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>Wave V0.9</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="theme/style.css" 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">Wave 
      V1.0</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 width="75%" border="0" align="center">
  <tr> 
    <td class="table_title">Table of Contents</td>
  </tr>
  <tr> 
    <td class="toc_cells_L0"><a href="preface.html">Preface</a></td>
  </tr>
  <tr> 
    <td class="toc_cells_L0"><a href="introduction.html">Introduction</a></td>
  </tr>
  <tr> 
    <td class="toc_cells_L0"><a href="quickstart.html">Quick Start</a></td>
  </tr>
  <tr> 
    <td class="toc_cells_L0"><b><font face="Geneva, Arial, Helvetica, san-serif">Class 
      References </font></b></td>
  </tr>
  <tr> 
    <td class="toc_cells_L1"><a href="class_reference_tokentype.html">The Context 
      Object</a></td>
  </tr>
  <tr> 
    <td class="toc_cells_L1"><a href="class_reference_inputpolicy.html">The Input 
      Policy </a></td>
  </tr>
  <tr> 
    <td class="toc_cells_L1"><a href="class_reference_tracepolicy.html">The Tracing 
      Policy </a></td>
  </tr>
  <tr> 
    <td class="toc_cells_L1"><a href="class_reference_lexer.html">The Lexer Interface 
      </a></td>
  </tr>
  <tr> 
    <td class="toc_cells_L1"><a href="class_reference_tokentype.html">The Token 
      Type</a></td>
  </tr>
  <tr> 
    <td class="toc_cells_L1"><a href="token_ids.html">The Token Identifiers </a></td>
  </tr>
  <tr> 
    <td class="toc_cells_L1"><a href="class_reference_fileposition.html">The File 
      Position</a></td>
  </tr>
  <tr> 
    <td class="toc_cells_L0"><b><a href="predefined_macros.html">Predefined Macros</a></b></td>
  </tr>
  <tr> 
    <td class="toc_cells_L0"><a href="supported_pragmas.html">Supported Pragma 
      Directives </a></td>
  </tr>
  <tr> 
    <td class="toc_cells_L0"><a href="macro_expansion_process.html">The Macro 
      Expansion Process</a></td>
  </tr>
  <tr> 
    <td class="toc_cells_L0"><a href="compiletime_config.html">Compile Time Configuration</a></td>
  </tr>
  <tr> 
    <td class="toc_cells_L0"><a href="preliminary_cpp0x_support.html">Preliminary C++0x 
      support </a></td>
  </tr>
  <tr> 
    <td class="toc_cells_L0"><b>The Wave Driver Executable</b></td>
  </tr>
  <tr> 
    <td class="toc_cells_L1"><b><a href="wave_driver.html">The Wave Driver Command 
      Line </a></b></td>
  </tr>
  <tr> 
    <td class="toc_cells_L1"><b><a href="tracing_facility.html">The Tracing Facility</a></b></td>
  </tr>
  <tr> 
    <td class="toc_cells_L0"><a href="acknowledgements.html">Acknowledgments</a></td>
  </tr>
  <tr> 
    <td class="toc_cells_L0"><a href="references.html">References</a> </td>
  </tr>
</table>
<br>
<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