[
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: | 2007-04-24 (00:12) |
From: | Nicolas Pouillard <nicolas.pouillard@g...> |
Subject: | Re: [Caml-list] Camlp4 3.10 - antiquotations in keyword position? |
On 4/24/07, Aleksey Nogin <nogin@metaprl.org> wrote: > In 3.09 we used to allow defining "infix" keywords by using > antiquotations in inside the "EXTEND" and "DELETE_RULE" directives as > follows: > [...] > This does not seem to be supported in 3.10. Is there some other way to > achieve a similar effect in 3.10? Thanks! You can try something like .... op = KEYWORD $x$ ... Regards, -- Nicolas Pouillard