sh_binary_file_formater

2022-09-24
This was an effort to create a binary file reader using a structured C-like language.

Link to the repo: Github

As shown in the image, you write the binary file's format on the right and it will output the parsed input on the right. I believe this has quite a nice potential for debug outputting and prototyping file parsers.

This project is still WIP however its been a while since I have touched it so I can't be sure when I will get back to it.