[
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 5.00 |
Hi everybody,
New release of Camlp5.
Version number is 5.00.
Camlp5 is a preprocessor-pretty-printer of ocaml.
It is compatible with OCaml versions from 3.08.1 to 3.11 included.
Available at:
http://pauillac.inria.fr/~ddr/camlp5/
Main changes:
- added 'q_ast.cmo' a quotation kit for syntax trees in user syntax
- ability to use IFDEF in constructors definitions and match cases
- many bug fixes and small improvements
- more documentation
See file CHANGES for details.
Warning: there are two modes, resulting two different Camlp5 installations:
- 'transitional' mode: the abstract syntax tree is compatible with
the previous version, but 'q_ast.cmo' is not usable.
- 'strict' mode: the abstract syntax tree is different and q_ast.cmo
can be used.
The mode must be selected at configuration time (default = transitional).
See the documentation.
--
Daniel de Rauglaudre
http://pauillac.inria.fr/~ddr/