[
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: | Francois Rouaix <Francois.Rouaix@i...> |
| Subject: | Re: mletags for ocaml |
> Is there a version of mletags which works with ocaml? Not yet, I guess. > Or should I reinstall camllight and use the old mletags for my > ocaml sources? I don't think this will work, since mletags relies on parsing of .ml and .mli files to extract symbols. (*tags programs for other languages generally use regexps and ad-hoc strategies, but this is a bit weak for Caml.) I started writing the skeleton program for ocamletags, but was too lazy to fill-in the blanks (eg. the zillion of mutually recursive functions to walk an AST and extract the "binder" global symbols). I can send this incomplete piece of code to anyone feeling impatient. --f