Hello, everyone, I've implemented conditions and repetition in Bithenge[0]. There are more examples in the test files[1].
My next task is to implement bitfields. Decoding a sequence of bits is similar to decoding a sequence of bytes, so I will reuse the existing code and syntax as much as possible. I'm still two days late, partly because repetitions required more thought than I expected, but I'm still hoping to catch up. Thanks, Sean Bartell [0] http://trac.helenos.org/wiki/StructuredBinaryData#FlowControl [1] https://bazaar.launchpad.net/~wtachi/helenos/bithenge/files/head:/uspace/dist/src/bithenge/ _______________________________________________ HelenOS-devel mailing list [email protected] http://lists.modry.cz/cgi-bin/listinfo/helenos-devel
