Hi everybody, i am currently implementing a preProcessor which is a kind of PPParser, so you can combine it like any parser. At this moment, it is able to manage a simple transformation (a matched regular expression is replaced by a substitution string) and it release the stream in a correct state after his action (the remaining data are not preprocessed and the position is correct).
Do you think i should release it directly in PetitParser or in another module?
--
Guillaume Larcheveque