Browse thread
Equivalent of Quotation.ExStr in new camlp4?
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Nicolas Pouillard <nicolas.pouillard@g...> |
| Subject: | Re: [Caml-list] Equivalent of Quotation.ExStr in new camlp4? |
Hello, No ExStr is no more supported. But you can do it your self by calling the parser on your string if you really don't want switch to an AST based quotation expander. Regards, On 7/24/07, Harrison, John R <john.r.harrison@intel.com> wrote: > > > > > 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. > -- Nicolas Pouillard