[
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: | Camlp4s 4.02 |
Hello everybody,
I am happy to announce a new release of Camlp4s 4.02.
Camlp4s is the classical Camlp4 compatible with all versions of OCaml
from 3.08.1 to 3.11.
Main page and download at:
http://pauillac.inria.fr/~ddr/camlp4s/
What is new:
Pretty print
* a new system of pretty print of ocaml programs:
http://pauillac.inria.fr/~ddr/camlp4s/doc/html/opretty.html
* an original library module for pretty printing data and programs:
http://pauillac.inria.fr/~ddr/camlp4s/doc/html/pretty.html
Parsing
* a full documentation of streams parsers, including 3 new features:
http://pauillac.inria.fr/~ddr/camlp4s/doc/html/parsers.html
* lexers: a short syntax for parsers of streams of type char:
http://pauillac.inria.fr/~ddr/camlp4s/doc/html/lexers.html
* a documentation for purely functional streams and parsers:
http://pauillac.inria.fr/~ddr/camlp4s/doc/html/fparsers.html
Other
* a documentation for the extensible functions:
http://pauillac.inria.fr/~ddr/camlp4s/doc/html/extfun.html
* directive "pragma" allowing evaluations at parse time (experimental):
http://pauillac.inria.fr/~ddr/camlp4s/doc/html/pragma.html
Enjoy !
--
Daniel de Rauglaudre
http://pauillac.inria.fr/~ddr/