references.html 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <title>References</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  6. <link href="theme/style.css" rel="stylesheet" type="text/css">
  7. </head>
  8. <body text="#000000" background="theme/bkd.gif">
  9. <table width="100%" border="0" cellspacing="2" background="theme/bkd2.gif">
  10. <tr>
  11. <td width="21"> <h1></h1></td>
  12. <td width="885"> <font face="Verdana, Arial, Helvetica, sans-serif"><b><font size="6">References</font></b></font></td>
  13. <td width="96"><a href="http://www.boost.org"><img src="theme/wave.gif" width="93" height="68" align="right" border="0"></a></td>
  14. </tr>
  15. </table>
  16. <br>
  17. <table border="0">
  18. <tr>
  19. <td width="10"></td>
  20. <td width="30"><a href="../index.html"><img src="theme/u_arr.gif" border="0"></a></td>
  21. <td width="30"><a href="acknowledgements.html"><img src="theme/l_arr.gif" width="20" height="19" border="0"></a></td>
  22. <td width="30"><img src="theme/r_arr_disabled.gif" width="20" height="19" border="0"></td>
  23. </tr>
  24. </table>
  25. <br>
  26. <table width="90%" border="0" align="center">
  27. <tr>
  28. <td class="table_cells"> 1.</td>
  29. <td class="table_cells"> <a name="iso_cpp"></a>ISO/IEC </td>
  30. <td class="table_cells"><a href="http://webstore.ansi.org/ansidocstore/product.asp?sku=INCITS%2FISO%2FIEC%2B14882%2D1998">&quot;Programming
  31. languages - C++&quot;</a> <br>
  32. ISO/IEC 14882:1998</td>
  33. </tr>
  34. <tr>
  35. <td width="36" class="table_cells">2.</td>
  36. <td width="236" class="table_cells"> <a name="iso_c"></a>INCITS/ISO/IEC </td>
  37. <td width="520" class="table_cells"><a href="http://webstore.ansi.org/ansidocstore/product.asp?sku=INCITS/ISO/IEC%2B9899-1999">&quot;Programming
  38. languages - C&quot;</a> <br>
  39. INCITS/ISO/IEC 9899:1999</td>
  40. </tr>
  41. <tr>
  42. <td class="table_cells">3.</td>
  43. <td class="table_cells"> <a name="re2c"></a>Peter Bumbulis and <br>
  44. Donald D. Cowan</td>
  45. <td class="table_cells"><a href="http://re2c.sourceforge.net/">Re2c
  46. V0.9.10 </a><br>
  47. A tool for generating C-based recognizers from regular expressions</td>
  48. </tr>
  49. <tr>
  50. <td class="table_cells">4.</td>
  51. <td class="table_cells"><a name="spirit"></a>Joel de Guzman et.al.</td>
  52. <td class="table_cells"><a href="http://www.boost.org/">Spirit v1.8.2
  53. documentation</a></td>
  54. </tr>
  55. <tr>
  56. <td class="table_cells">5.</td>
  57. <td class="table_cells"><a name="slex"></a>Daniel C. Nuffer</td>
  58. <td class="table_cells"><a href="http://spirit.sourceforge.net/repository/applications/show_contents.php">The
  59. <tt>Spirit</tt> Slex example</a></td>
  60. </tr>
  61. <tr>
  62. <td class="table_cells">6.</td>
  63. <td class="table_cells"><a name="cpplexer"></a>Juan Carlos Arevalo-Baeza</td>
  64. <td class="table_cells"><a href="http://spirit.sourceforge.net/repository/applications/show_contents.php">The
  65. <tt>Spirit</tt> cpplexer example</a></td>
  66. </tr>
  67. <tr>
  68. <td class="table_cells">7.</td>
  69. <td class="table_cells"><a name="pp_lib"></a>Vesa Karvonen and <br>
  70. Paul Mensonides </td>
  71. <td class="table_cells"><a href="http://www.boost.org/libs/preprocessor/doc/index.html">The
  72. Boost Library Preprocessor Subset for C/C++</a> </td>
  73. </tr>
  74. <tr>
  75. <td class="table_cells">8.</td>
  76. <td class="table_cells"><a name="boost"></a>boost.org</td>
  77. <td class="table_cells"><a href="http://www.boost.org">The Boost Libraries
  78. Documentation.</a></td>
  79. </tr>
  80. </table>
  81. <br>
  82. <table border="0">
  83. <tr>
  84. <td width="10"></td>
  85. <td width="30"><a href="../index.html"><img src="theme/u_arr.gif" border="0"></a></td>
  86. <td width="30"><a href="acknowledgements.html"><img src="theme/l_arr.gif" width="20" height="19" border="0"></a></td>
  87. <td width="30"><img src="theme/r_arr_disabled.gif" width="20" height="19" border="0"></td>
  88. </tr>
  89. </table>
  90. <hr size="1">
  91. <p class="copyright">Copyright &copy; 2003-2011 Hartmut Kaiser<br>
  92. <br>
  93. <font size="2">Distributed under 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>
  94. <span class="updated"></span>
  95. <p class="copyright"><span class="updated">Last updated:
  96. <!-- #BeginDate format:fcAm1m -->Thursday, December 1, 2005 11:49<!-- #EndDate -->
  97. </span></p>
  98. </body>
  99. </html>