BitSyntax
BitSyntax copied to clipboard
F# Workflow and helper functions for working with a Stream at bit level
Results
3
BitSyntax issues
Sort by
recently updated
recently updated
newest added
This is a simple change to let you specify the endianess of data when reading from BitReader
As Eirik suggested [here](http://theburningmonk.com/2014/10/f-imitating-erlangs-bit-syntax-for-easier-binary-protocol-implementation/#comment-1651353247) it'll be cool to use the type system to check if two workflows (write/read) match. Here's an example of the Indexed Monad he wrote before: http://fssnip.net/jL