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?
Hi,
Sounds interesting. Please commit it in a separate package.
Cheers, Doru
On Wed, Jun 6, 2012 at 11:06 AM, Guillaume Larcheveque guillaume.larcheveque@gmail.com wrote:
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
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev