$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Hartmut Kaiser (hartmut.kaiser_at_[hidden])
Date: 2008-03-25 18:44:29
Eric,
> Joel de Guzman wrote:
> > In due time, I'll be using Dan traversal library.
>
> With Proto? Or as a replacement for Proto? How do you intend to use
> Dan's code in Spirit-2?
It will be used to transform the data structures (well, currently not the
'structure' itself, but the contents) as generated by a parser. The
transformed data items then could be feed back to a generator to create some
transformed output.
OTOH, I could see the possibility to use Spirit-2 parsers directly with the
traversal library. It should be possible and very powerful to use a Spirit-2
(parser) grammar to describe the node types to transform.
Regards Hartmut