$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Steven Siloti (ssiloti_at_[hidden])
Date: 2007-05-05 15:24:59
After reading the paper referenced in 
http://listarchives.boost.org/Archives/boost/2007/04/120230.php I decided to 
set about implementing something similar to it in C++.
You can see the current results here: 
http://magila.googlepages.com/template.zip
It uses Spirit for parsing and AST generation and Property Tree for 
storing the dynamic data. Still on my todo list is making the character 
type a template parameter, currently everything just uses char. Also 
expand() should probably be made a free function.
Obviously the main interest is as a companion for the forthcoming cgi 
library. So what do you think? Interesting? Not?
Steven Siloti