In the old camlp4 one could set up a quotation parser to just apply a string transformation and thereafter parse with the usual OCaml parser, e.g. Quotation.add name (Quotation.ExStr expander) What is the equivalent in the new camlp4? John.