Update of /cvsroot/boost/boost/libs/xpressive/proto/doc
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25923/doc

Modified Files:
        Jamfile.v2 proto.qbk 
Added Files:
        evaluation.qbk 
Log Message:
stub section on expression evaluation

--- NEW FILE: evaluation.qbk ---
[/
 / Copyright (c) 2007 Eric Niebler
 /
 / 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)
 /]

[section:expression_evaluation Expression Evaluation: Imparting Behaviors 
Within A Context]

[section:proto_eval Evaluating An Expression with [^proto::eval()]]

TODO

[endsect]

[section:contexts Defining an Evaluation Context]

TODO

[endsect]

[section:canned_contexts Canned Contexts]

[section:default_context [^default_context]]

TODO

[endsect]

[section:null_context [^null_context]]

TODO

[endsect]

[section:callable_context [^callable_context<>]]

TODO

[endsect]

[endsect]

[endsect]

Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/libs/xpressive/proto/doc/Jamfile.v2,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Jamfile.v2  23 Jun 2007 17:12:49 -0000      1.10
+++ Jamfile.v2  26 Jun 2007 06:16:06 -0000      1.11
@@ -31,6 +31,10 @@
 #        ../../../../boost/xpressive/proto/ref.hpp
 #        ../../../../boost/xpressive/proto/tags.hpp
 #        ../../../../boost/xpressive/proto/traits.hpp
+#        ../../../../boost/xpressive/proto/transform.hpp
+#        ../../../../boost/xpressive/proto/context/callable.hpp
+#        ../../../../boost/xpressive/proto/context/default.hpp
+#        ../../../../boost/xpressive/proto/context/null.hpp
 #        ../../../../boost/xpressive/proto/transform/arg.hpp
 #        ../../../../boost/xpressive/proto/transform/apply.hpp
 #        ../../../../boost/xpressive/proto/transform/branch.hpp

Index: proto.qbk
===================================================================
RCS file: /cvsroot/boost/boost/libs/xpressive/proto/doc/proto.qbk,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- proto.qbk   22 Jun 2007 05:34:49 -0000      1.22
+++ proto.qbk   26 Jun 2007 06:16:06 -0000      1.23
@@ -51,6 +51,7 @@
 [def _or_                   [classref boost::proto::or_ `or_<>`]]
 [def _and_                  [classref boost::proto::and_ `and_<>`]]
 [def _if_                   [classref boost::proto::if_ `if_<>`]]
+[def _not_                  [classref boost::proto::not_ `not_<>`]]
 [def _exact_                [classref boost::proto::exact `exact<>`]]
 [def _convertible_to_       [classref boost::proto::convertible_to 
`convertible_to<>`]]
 [def _is_expr_              [classref boost::proto::is_expr `is_expr<>`]]
@@ -80,7 +81,7 @@
 [variablelist
 [[[link boost_proto.users_guide.expression_construction Expression 
Construction]]
     [Describes how to use Proto to build expression trees.]]
-[[Expression Evaluation]
+[[[link boost_proto.users_guide.expression_evaluation Expression Evaluation]]
     [Describes the tools Proto provides for making your expression trees do
      something useful.]]
 [[[link boost_proto.users_guide.expression_introspection Expression 
Introspection]]
@@ -105,6 +106,8 @@
 
 [include construction.qbk]
 
+[include evaluation.qbk]
+
 [include grammars.qbk]
 
 [include transforms.qbk]


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to