Browse thread
camlp4 Filters changed?
[
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: | Joel Reymont <joelr1@g...> |
| Subject: | Re: [Caml-list] camlp4 Filters changed? |
I edited my code but I still get the "no expr" error in
let strip_token_loc = object
inherit map as super
method expr e =
match super#expr e with
| `TokenPos (a, _) -> a
| e -> e
end
I'll check the wiki but please let me know what other changes I missed.
Thanks, Joel
On Jan 27, 2008, at 12:58 PM, Nicolas Pouillard wrote:
> It's now:
>
> class map = Camlp4MapGenerator.generated;
>
> I've just updated the wiki.
-
http://wagerlabs.com