2
0
mirror of https://github.com/boostorg/phoenix.git synced 2026-02-23 16:02:08 +00:00
Files
phoenix/doc/html/phoenix/reference/the_language.html
Thomas Heller 28362d0a1f doc works
[SVN r68427]
2011-01-25 00:48:24 +00:00

57 lines
3.1 KiB
HTML

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>The Language</title>
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Phoenix 3.0">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="core_mechanisms/terminals/_custom_terminal_.html" title="custom_terminal">
<link rel="next" href="the_language/core.html" title="Core">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr><td valign="top"></td></tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="core_mechanisms/terminals/_custom_terminal_.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="the_language/core.html"><img src="../../images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="phoenix.reference.the_language"></a><a class="link" href="the_language.html" title="The Language">The Language</a>
</h3></div></div></div>
<div class="toc"><dl>
<dt><span class="section"><a href="the_language/core.html">Core</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="the_language/core/value.html">Value</a></span></dt>
<dt><span class="section"><a href="the_language/core/reference.html">Reference</a></span></dt>
<dt><span class="section"><a href="the_language/core/arguments.html">Arguments</a></span></dt>
<dt><span class="section"><a href="the_language/core/nothing.html">Nothing</a></span></dt>
</dl></dd>
</dl></div>
<p>
The definition of the language is split into the following parts:
</p>
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
formal language definition of the Phoenix Generators in EBNF notation
</li>
<li class="listitem">
Synopsis of the C++ expressions
</li>
</ul></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright &#169; 2002-2005, 2010 Joel de Guzman, Dan Marsden, Thomas Heller<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
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>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="core_mechanisms/terminals/_custom_terminal_.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="the_language/core.html"><img src="../../images/next.png" alt="Next"></a>
</div>
</body>
</html>