Browse thread
Camlp5 new release 5.01
- 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 new release 5.01 |
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/