$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2005-12-22 09:39:54
Bronek Kozicki wrote:
> Is it possible to write parser of binary data (ie. NULL is just some
> value, not string delimiter) using Spirit or Xpressive? Did anyone
> actualy tried it?
There is a binary parser sample in
"libs/spirit/example/intermediate/ipv4.cpp" so I would say the answer is
yes for spirit. And no, I didn't try it myself...
HTH, Markus