now uses Parser a in Combination with StateT Int64 a yielding type CParser a = StateT Int64 Parser a So now the parser Counts how many Bytes get read. This can be used by the get-function to get the currently read bytes.
- can parse header - can parse initial texts - can parse mesh-structure - cannot parse everything else.