Implement interpreted binary writer
brendanzab opened this issue · 0 comments
brendanzab commented
In addition to lang::core::binary::read
it would also be nice to have a lang::core::binary::write
module. This would let us do round-trip tests which could make automated testing of the binary parsing a bit easier.