Browse thread
[Caml-announce] otags-2.0.tar.gz
- Jean-Francois Monin
[
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: | Jean-Francois Monin <jeanfrancois.monin@r...> |
| Subject: | [Caml-announce] otags-2.0.tar.gz |
We are pleased to announce a new release for otags.
http://www.multimania.com/moninjf/Ocaml/otags-2.0.tar.gz
New features :
- installation procedure made simpler (you don't need
to install splay trees)
- .mli also taken into account (and other suffixes)
- tags for a directory can be computed without write access;
- an option for vi tags (experimental)
- option -pa for parsers, should work e.g. with revised syntax,
olabl, lisp-like ocaml, etc.
See HISTORY, README and -help for details.
---- from README ---------
otags is used to build TAGS tables for emacs, like etags does, but for
Ocaml code source files. It is based on camlp4 parsers of caml, which
makes it more accurate than versions based on regexps : otags finds
references to constructors of sum types, fields of records, etc.
--------------------------
Enjoy,
--
Cuihtlauac Alvarado and Jean-Francois Monin
cuihtlauac.alvarado@rd.francetelecom.com
jeanfrancois.monin@rd.francetelecom.com