|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r73440 - trunk/libs/spirit/example/qi/compiler_tutorial/conjure1
From: joel_at_[hidden]
Date: 2011-07-30 09:55:13
Author: djowel
Date: 2011-07-30 09:55:11 EDT (Sat, 30 Jul 2011)
New Revision: 73440
URL: http://svn.boost.org/trac/boost/changeset/73440
Log:
updated debug support
Text files modified:
trunk/libs/spirit/example/qi/compiler_tutorial/conjure1/statement_def.hpp | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
Modified: trunk/libs/spirit/example/qi/compiler_tutorial/conjure1/statement_def.hpp
==============================================================================
--- trunk/libs/spirit/example/qi/compiler_tutorial/conjure1/statement_def.hpp (original)
+++ trunk/libs/spirit/example/qi/compiler_tutorial/conjure1/statement_def.hpp 2011-07-30 09:55:11 EDT (Sat, 30 Jul 2011)
@@ -100,9 +100,13 @@
// Debugging and error handling and reporting support.
BOOST_SPIRIT_DEBUG_NODES(
(statement_list)
- (identifier)
+ (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