25 Oct
2007
25 Oct
'07
12:46 p.m.
Damien Hocking wrote:
If your expression is constructed at run-time, it's more difficult and you get into things like expression tree traversal and bytecode generation. Some of the serious C++ template experts might be able to offer some further advice.
Alternatively, you might consider embedding the Python interpreter? http://boost.org/libs/python/doc/tutorial/doc/html/python/embedding.html