$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Dennis Jones (djones_at_[hidden])
Date: 2005-06-02 16:51:45
"Pablo Aguilar" <pablo.aguilar_at_[hidden]> wrote in message
news:d7nt7u$e67$1_at_sea.gmane.org...
> This sounds like a job for something like Spirit
> (http://www.boost.org/libs/spirit/), rather than tokenizer...
> When trying to implement this for tokenizer, you'll likely be duplicating
> stuff already done for you by Spirit.
Maybe, but tokenizer seems to be fairly simple and straight-forward, and I
don't think I need all the power of a full-blown parser like Spirit for a
task as simple as this. Besides, Spirit is not available for my compiler
(BCB), so tokenizer is the only choice I have!
- Dennis