$include_dir="/home/hyper-archives/boost-users/include";
 include("$include_dir/msg-header.inc")
?>
- Next message: Michael Powell: "Re: [Boost-users] [fusion, phoenix, spirit2] C++ orientation"
 - Previous message: Gottlob Frege: "Re: [Boost-users] [fusion, phoenix, spirit2] C++ orientation"
 - In reply to: Gottlob Frege: "Re: [Boost-users] [fusion, phoenix, spirit2] C++ orientation"
 - Next in thread: Michael Powell: "Re: [Boost-users] [fusion, phoenix, spirit2] C++ orientation"
 - Reply: Michael Powell: "Re: [Boost-users] [fusion, phoenix, spirit2] C++ orientation"
 
> Note that Proto is for compile-time DSL.  ie C++ code that looks like a DSL.
> So the queries would be hard-coded into the C++ code.
> Spirit is for parsing text.
>
> Assuming the end-users will be building the queries on the fly, Spirit is
> probably the right choice.
>
> Tony
Thanks Tony for the info.
- Next message: Michael Powell: "Re: [Boost-users] [fusion, phoenix, spirit2] C++ orientation"
 - Previous message: Gottlob Frege: "Re: [Boost-users] [fusion, phoenix, spirit2] C++ orientation"
 - In reply to: Gottlob Frege: "Re: [Boost-users] [fusion, phoenix, spirit2] C++ orientation"
 - Next in thread: Michael Powell: "Re: [Boost-users] [fusion, phoenix, spirit2] C++ orientation"
 - Reply: Michael Powell: "Re: [Boost-users] [fusion, phoenix, spirit2] C++ orientation"
 
 
$include_dir="/home/hyper-archives/boost-users/include";
include("$include_dir/msg-footer.inc");
?>