Allow matching against a string type.
[ocaml-bitstring.git] / bitmatch.mli
2008-04-25 Richard W.M. JonesAllow matching against a string type.
2008-04-25 Richard W.M. JonesUse patterns, not expressions, in the bitmatch operator.
2008-04-25 Richard W.M. JonesChange syntax so that { ... } surrounds match patterns.
2008-04-15 Richard W.M. Jonesstring_of_bitstring.
2008-04-02 Richard W.M. JonesFixed 'compiling' documentation.
2008-04-02 Richard W.M. JonesDocumentation update
2008-04-02 Richard W.M. JonesUpdated documentation.
2008-04-02 Richard W.M. JonesStart of documentation.
2008-04-02 Richard W.M. JonesOutline of documentation.
2008-04-02 Richard W.M. JonesLGPL notices.
2008-04-01 Richard W.M. JonesFixed byte swaps so that now ext3 superblock can be...
2008-04-01 Richard W.M. JonesAdded constructors.
2008-04-01 Richard W.M. JonesAdded extract_int_be_unsigned and extract_int32_be_unsi...
2008-04-01 Richard W.M. JonesAdded Bitmatch.hexdump_bitstring
2008-04-01 Richard W.M. Jonesextract_char_unsigned
2008-03-31 Richard W.M. JonesBitmatch syntax extension, working on bits and bitstrings.