X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=TODO;h=74551a6175ed80d54505f0f849e0a42971861419;hb=4f8971025e9431049a97c260fa586fe64bde22d2;hp=10ea7a95909437271b1a033fe08b0a5e4667d49c;hpb=becf8636190d443cc047c82d2464d7af72eeda2f;p=ocaml-bitstring.git diff --git a/TODO b/TODO index 10ea7a9..74551a6 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -$Id: TODO,v 1.5 2008-05-07 14:37:00 rjones Exp $ +$Id$ Major to-do items. (1) DONE - In bitmatch operator, use patterns not expressions. @@ -35,3 +35,25 @@ Major to-do items. (10) Cross-module, persistent, named patterns, see: http://caml.inria.fr/pub/ml-archives/caml-list/2008/04/25992c9c9fa999fe1d35d961dd9917a2.en.html + +(11) DONE - + Runtime endiannness expressions. The suggested syntax is: + + { field : len : endian (expr) } + + where expr would evaluate to something like BigEndian or + LittleEndian. + + There are several protocols around where endianness is only + determined at runtime, examples are libpcap and TIFF. + +(12) DONE - More constant field lengths. + +(13) Implement native endian functions. + +(14) A proper test suite. + +(15) More examples: + + ELF binaries + GIF images