2 Jun
2005
2 Jun
'05
9:51 p.m.
"Pablo Aguilar"
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