I need to parse some simple binary Files. (The files contains n entries which consists of several signed/unsigned Integers of different sizes etc.)
In the moment i d
Byteme is a parser combinators library for doing binary. You can try to use it for your tasks.