Browse thread
New: cppo, C preprocessor for OCaml
- Martin Jambon
[
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: | 2009-11-18 (00:54) |
From: | Martin Jambon <martin.jambon@e...> |
Subject: | New: cppo, C preprocessor for OCaml |
Dear list, It is my pleasure to announce the first release of cppo, an OCaml-friendly equivalent of the C preprocessor (cpp). Cppo provides the classic #include, #define and conditionals (#ifdef, ...) which are occasionally useful. Cppo can be used on OCaml files and variants of OCaml that use the same lexer, such as ocamllex. The implementation of cppo was tested with ocaml 3.09 to 3.11 and is based on ocamllex/ocamlyacc (works also with menhir which I used during the development). The documentation and the source tarballs are at: http://martin.jambon.free.fr/cppo.html The package is also available from GODI (apps-cppo). Enjoy. Martin -- http://mjambon.com/