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: | Harrison, John R <john.r.harrison@i...> |
| Subject: | Equivalent of Quotation.ExStr in new camlp4? |
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.