Skip to content

Instantly share code, notes, and snippets.

@masak
Created April 8, 2010 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masak/360097 to your computer and use it in GitHub Desktop.
Save masak/360097 to your computer and use it in GitHub Desktop.
2010-05-24 Work begins. Starting on the Buf class. Using TDD all the way, so
tests in the test suite will be an ongoing thing.
2010-06-07 Completed Buf class, including the constructors specified in S32,
and indexing into Buf objects. Started on Str.encode and Buf.decode.
2010-06-21 Completed Str.encode/Buf.decode. Started on reading and writing
binary files.
2010-07-12 Completed the first three deliverables: Buf class,
Str.encode/Buf.decode, open binary files. Started on Buf operators.
2010-07-26 Completed Buf operators. Started on pack/unpack.
2010-08-09 Completed all deliverables.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment