parser of binary data using Spirit or Xpressive?

22 Dec
2005
22 Dec
'05
2:24 p.m.
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? B.

4:39 p.m.
Markus Schöpflin wrote:
This is true also for xpressive, which works with iterators and gives no special meaning to NULL characters. xpressive can also be used to parse non-character data, such as arrays of integers. Just use the null_regex_traits in xpressive/traits/null_regex_traits.hpp. This is documented at http://tinyurl.com/bw5pk HTH, -- Eric Niebler Boost Consulting www.boost-consulting.com
7124
Age (days ago)
7124
Last active (days ago)
2 comments
3 participants
participants (3)
-
Bronek Kozicki
-
Eric Niebler
-
Markus Schöpflin