Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[Caml-list] Camlp5 5.00

3 views
Skip to first unread message

Daniel de Rauglaudre

unread,
Sep 27, 2007, 1:50:59 PM9/27/07
to caml...@inria.fr
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/

_______________________________________________
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

Richard Jones

unread,
Sep 30, 2007, 4:51:11 PM9/30/07
to Daniel de Rauglaudre, caml...@inria.fr
On Thu, Sep 27, 2007 at 07:49:58PM +0200, Daniel de Rauglaudre wrote:
> It is compatible with OCaml versions from 3.08.1 to 3.11 included.

3.11?

Rich.

--
Richard Jones
Red Hat

Daniel de Rauglaudre

unread,
Sep 30, 2007, 5:54:34 PM9/30/07
to caml...@inria.fr
On Sun, Sep 30, 2007 at 09:50:36PM +0100, Richard Jones wrote:
> On Thu, Sep 27, 2007 at 07:49:58PM +0200, Daniel de Rauglaudre wrote:
> > It is compatible with OCaml versions from 3.08.1 to 3.11 included.
>
> 3.11?

Yes: it is the version of the current OCaml sources under CVS.

--
Daniel de Rauglaudre
http://pauillac.inria.fr/~ddr/

_______________________________________________

0 new messages