Hi all,

Is there a simple math expression parser in boost ?
I only need to parse those kind of expression: "1+2/3".

I have been thinking on boost::spirit, but it is quite hard for what I need.
- Eloi.