Browse thread
Camlp5 major release 6.00
- Daniel de Rauglaudre
[
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: | Daniel de Rauglaudre <daniel.de_rauglaudre@i...> |
| Subject: | Camlp5 major release 6.00 |
Hi everybody, New release 6.00 of Camlp5! Camlp5 is a preprocessor-pretty-printer for OCaml. Changes : - added missing OCaml statements (objects, 1st class modules, etc.), - added option '-flag O' to add locations comments (pr_o, pr_r), - changed some syntaxes in 'revised syntax' (mainly labels), - locations now include file name and comment (module Ploc), - can now be compiled with 'make -j' (parallel compilation), - made Camlp5 compatible with old OCaml versions, - many improvements in source code and numerous bugs fixing. Details in file CHANGES. Web page, documentation and download at: http://pauillac.inria.fr/~ddr/camlp5/ Enjoy! -- Daniel de Rauglaudre http://pauillac.inria.fr/~ddr/