|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r73441 - trunk/libs/spirit/example/qi/compiler_tutorial/conjure2
From: joel_at_[hidden]
Date: 2011-07-30 09:56:23
Author: djowel
Date: 2011-07-30 09:56:23 EDT (Sat, 30 Jul 2011)
New Revision: 73441
URL: http://svn.boost.org/trac/boost/changeset/73441
Log:
updated debug support
Text files modified:
trunk/libs/spirit/example/qi/compiler_tutorial/conjure2/statement_def.hpp | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
Modified: trunk/libs/spirit/example/qi/compiler_tutorial/conjure2/statement_def.hpp
==============================================================================
--- trunk/libs/spirit/example/qi/compiler_tutorial/conjure2/statement_def.hpp (original)
+++ trunk/libs/spirit/example/qi/compiler_tutorial/conjure2/statement_def.hpp 2011-07-30 09:56:23 EDT (Sat, 30 Jul 2011)
@@ -96,8 +96,13 @@
// Debugging and error handling and reporting support.
BOOST_SPIRIT_DEBUG_NODES(
(statement_list)
+ (statement_)
(variable_declaration)
(assignment)
+ (if_statement)
+ (while_statement)
+ (compound_statement)
+ (return_statement)
);
// Error handling: on error in statement_list, call error_handler.
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk