$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Spirit guidance needed
From: Arkadiy and Marina Vertleyb (vertleyb_at_[hidden])
Date: 2012-12-04 09:09:29
Hi all,
Can somebody direct me to a part/facility inside the Spirit library to do the following:
I need to pre-parce a boolean expression (once) and save it somewhere. Then I need to evaluate this expression (many times, performance important) based on different values of tokens.
Will Spirit.Classic do? Or do I need to use any of the newer libraries inside Spirit?
Thanks for any help.
Arkadiy