Browse thread
Camlp5 4.08 released
- 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 4.08 released |
Hello Caml-ers,
I am happy to announce the release 4.08 of Camlp5.
Camlp5 is a preprocessor-pretty-printer of ocaml.
It is the continuation of the *classical* camlp4 with new features.
It is compatible with OCaml versions from 3.08.1 to 3.11 included.
Source and documentation (is several formats) available at:
http://pauillac.inria.fr/~ddr/camlp5/
New features since version 4.07:
* Big effort done for documentation (160 pages)
* Extensible printers with new statement EXTEND_PRINTER
* Left factorization of consecutive rules in stream parsers
* ... and other small improvements and bug fixes ...
See the file CHANGES for all features since previous versions.
Documentation in live (as long as I update it):
http://pauillac.inria.fr/~ddr/camlp5/doc/html/
--
Daniel de Rauglaudre
http://pauillac.inria.fr/~ddr/