Browse thread
[ANN] pfff_visual, a fancy code visualizer/navigator for OCaml, and more
-
Yoann Padioleau
- ben kuin
-
ben kuin
- Yoann Padioleau
- Yoann Padioleau
[
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: | Yoann Padioleau <padator@w...> |
| Subject: | Re: [Caml-list] [ANN] pfff_visual, a fancy code visualizer/navigator for OCaml, and more |
On Sep 24, 2010, at 5:42 AM, ben kuin wrote: > another error: > > ~~~~~~~~~~~~~~~~~~~~ > lang_php/analyze/checker' > make[1]: Leaving directory `/code/lab/pfff/aryx-pfff-22ece30' > make pfff pfff_tags sgrep spatch ppp > make[1]: Entering directory `/code/lab/pfff/aryx-pfff-22ece30' This is because you didn't download the latest version. You can try: git clone git://github.com/facebook/pfff.git You can also download pfff tarballs from this page: http://github.com/facebook/pfff/archives/master > make[1]: *** No rule to make target `lang_ml/analyze/lib.cma', needed > by `pfff'. Stop. > make[1]: Leaving directory `/code/lab/pfff/aryx-pfff-22ece30' > make: *** [all] Error 2 > ~~~~~~~~~~~~~~~~~~~~~ > > > > On Fri, Sep 24, 2010 at 8:23 AM, Yoann Padioleau <padator@wanadoo.fr> wrote: >> Hi list, >> >> It is my pleasure to announce pfff_visual, a code visualizer/navigator >> for OCaml. Note that this is not a replacement for Emacs or vi, but more a >> companion that works with Emacs/Vi. >> >> A demo is available here: >> part1: http://www.youtube.com/watch?v=HRZjBGD3osw >> part2: http://www.youtube.com/watch?v=993pmNLY_VU >> >> pfff_visual is using pfff, which is mainly an OCaml API to write >> static analysis, dynamic analysis, code visualizations, code >> navigations, or style-preserving source-to-source transformations such >> as refactorings on source code. For now the effort is focused on PHP >> but there is preliminary support for Javascript, and C++ code. >> There is also preliminary support for OCaml code so that the infrastructure >> can be used on the code of pfff itself. >> >> You can get the source of pfff and pfff_visual here: >> http://github.com/facebook/pfff >> >> Here is how to install it: >> $ git clone git@github.com:facebook/pfff.git >> $ ./configure >> $ make depend; make; make opt >> $ ./pfff_visual /path/to/project/using/supported/languages >> >> pfff has been tested on MacOS and Linux and is licensed under the LGPL. >> >> Thanks to >> - Lex Stein for ocamlbdb >> - Olivier Andrieu for ocamlcairo >> - Jacques Garrigue for ocamlgtk >> - Martin Jambon, Mika Illouz and Gert Stolpmann for lib-json >> - Nicolas Canasse for lib-xml >> - Jane Street for lib-sexp >> - Thomas Gazagnaire for dynType >> - Maas-Maarten Zeeman for OUnit.ml >> - Thorsten Ohl for xHTML.ml >> - Sylvain Conchon, Jean-Christophe Filliātre and Julien Signoles for >> ocamlgraph >> - Xavier Leroy for ocamlmpi >> - Markus Mottl for ocamlpcre >> - Iain Proctor for ocamlthrift >> - Guillaume Cottenceau for pleac >> >> >> Enjoy. >> >> _______________________________________________ >> Caml-list mailing list. Subscription management: >> http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list >> Archives: http://caml.inria.fr >> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners >> Bug reports: http://caml.inria.fr/bin/caml-bugs >> >>