yeslogic / fathom

🚧 (Alpha stage software) A declarative data definition language for formally specifying binary data formats. 🚧

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement interpreted binary writer

brendanzab opened this issue · comments

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.