$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2005-05-16 14:02:11
Hi
Shouldn't it be possible to parse with the following syntax:
std::string text( "fooooo");
static rule<> r = *space_p >> '"' >> (*alnum_p)[assign_a(name)] >>
'"';
parse_info<std::string::const_iterator> info =
boost::spirit::parse( text.begin(), text.end(), r );
How do I otherwise interpret
http://www.boost.org/libs/spirit/doc/scanner.html
?
Thanks
-Thorsten
-- Thorsten Ottosen ---------------------------- www.dezide.com http://www.cs.aau.dk/index2.php?content=Research/mi www.boost.org www.open-std.org/JTC1/SC22/WG21/