caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] [ANN] OCamlSpotter 1.4.0 for OCaml 3.12.1
@ 2012-01-10  5:09 Jun Furuse
  0 siblings, 0 replies; only message in thread
From: Jun Furuse @ 2012-01-10  5:09 UTC (permalink / raw)
  To: caml-list

An OCaml source browsing tool, OCamlSpotter 1.4.0 is out.

With OCamlSpotter, you can easily jump to identifier uses to the
corresponding definitions, resolving module inclusion and functor
applications. For further info, please check
http://jun.furuse.info/hacks/ocamlspotter .

1.4.0 supports:
- Spotting the definitions of idents (Finding definition of idents)
- Spotting the uses of idents (Opposite of def spotting)
- Showing data types of expressions/patterns with their id numbers,
and the query of their definitions.
- Type driven expansion of expressions and patterns

It requires compiler modification. The modified compiler source and
OCamlSpotter is found at:

  https://bitbucket.org/camlspotter/mutated_ocaml/get/v3.12.1-ocamlspot-1.4.0.tar.gz

The diff against the original 3.12.1 can be easily obtained from the
bitbucket repo by

hg diff -r ocaml-3.12.1-11110 -r v3.12.1-ocamlspot-1.4.0 .

Happy hacking.

Jun

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-01-10  5:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-10  5:09 [Caml-list] [ANN] OCamlSpotter 1.4.0 for OCaml 3.12.1 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).