caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* OCamlSpotter for OCaml 3.12.0+rc1
@ 2010-07-24  6:29 Jun Furuse
  2010-07-25 18:37 ` [Caml-list] " Yoann Padioleau
  0 siblings, 1 reply; 3+ messages in thread
From: Jun Furuse @ 2010-07-24  6:29 UTC (permalink / raw)
  To: caml-list

Hi Caml-list,

I have updated OCamlSpotter, a compiler enhancement for source code
browsing, to version 3.12.0.0.0, which supports new syntax constructs
introduced in OCaml 3.12.0+rc1. This is a very quick porting version
for people who are already using OCamlSpotter with OCaml 3.11.2.

OCamlSpotter is a tool which finds definition places of various names
(identifiers, type names, modules, etc) in OCaml programs
automatically for you. The original OCaml's -annot option provides the
same sort of functionality but OCamlSpotter provides much more
powerful browsing: it can find definitions hidden in the deep nested
module aliases and functor applications.

 - The -annot option of ocamlc and ocamlopt is extended and creates
<module>.spot files (<module>.spit for .mli), which record the
location information of the names defined and used in the module.

 - A small application ocamlspot provides automatic where-about
spotting of the definition of the name you are interested in, using
<module>.spot files created by the patched compilers.

 - ocamlspot.el provides interactive ocaml-spotting of definition
locations in emacs.

 - Interfaces for other editors such as vi could be built easily, if you want.

The source code is available from Mercurial repo at ocamlforge:

Further information and download is available at:

   http://hg.ocamlcore.org/cgi-bin/hgwebdir.cgi/ocamlspotter/ocamlspotter/

Documents are available currently at:

   http://jun.furuse.info/hacks/ocamlspotter

which will be moved to ocamlforge soon.

Happy hacking.
Jun


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-07-26 14:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-24  6:29 OCamlSpotter for OCaml 3.12.0+rc1 Jun Furuse
2010-07-25 18:37 ` [Caml-list] " Yoann Padioleau
2010-07-26 14:10   ` Jun Furuse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).