
5 May
2007
5 May
'07
7:24 p.m.
After reading the paper referenced in http://lists.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