Hello all,
We are using petitParser with a Stream by the parse method on a PPParser.
This parse method calls asPetitStream on our stream which is supposed to
return a stream with a valid format for PPParser. The problem is that this
stream do not represent our test file but a lot of white spaces. this code:
(StandardFileStream fileNamed: '/some/path/to/file/atextfile.txt' )
asPetitStream proves that.
Did someone else have a similar problem with petit parser?
thanx,
Usman & Guillaume