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

[Caml-list] Camlp5 new release 5.01

0 views
Skip to first unread message

Daniel de Rauglaudre

unread,
Oct 6, 2007, 11:34:26 AM10/6/07
to caml...@inria.fr
Hi everybody,

New release of Camlp5: 5.01

Fixed two major bugs:
* in grammars, there was parsing confusion when using entries with
qualified names with the same final name (e.g. A.foo, B.foo),
resulting wrong parse errors => fixed
* the syntax "a, b as c, d" (in pattern in normal syntax) did not
work any more => fixed

New features:
* added library module Diff to compare two arrays, implemented with
the same algorithm than the Unix 'diff' command
* added flag 'E' in pretty print normal and revised syntax to allow
equilibrated display in match cases, if statement, and cases in parsers
and grammars (equilibrated = if one case needs a newline, all cases
are printed with newlines also)

A new version of the pretty printer in Scheme syntax is in preparation.
Some changes in the parser in Scheme syntax still exist in this version.

Details in file CHANGES in the distribution and in the site.

Download the sources and the documentation at:
http://pauillac.inria.fr/~ddr/camlp5/

--
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

0 new messages