$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Parsing math expression
From: Eloi Du Bois (eloi.du.bois_at_[hidden])
Date: 2010-11-30 08:46:30
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.