Browse thread
[Caml-list] Announcing an improved version of the pa_macro package.
- Aleksey Nogin
[
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: | Aleksey Nogin <nogin@c...> |
| Subject: | [Caml-list] Announcing an improved version of the pa_macro package. |
I have added a number of improvements to the pa_macro package that was added to camlp4 distribution recently. The improvements include: - Allow multiple definitions inside a single top-level IFDEF. - Support INCLUDE directive that allows including "header" files with macro definitions. - Support "local" (not just top-level) macro definitions. - Support a "NOTHING" macro that allows for optional expressions and function arguments. - Descend (instead of skipping) into "try..with..", "do" and function expressions when substituting for macro arguments. - Allow omiting "ELSE" branches in expressions. - Use a more descriptive "ENDIF" instead of "END" at the end of "IFDEF"/"IFNDEF" - Other minor improvements. The new pa_macro package can be downloaded/browsed at http://cvs.metaprl.org:12000/cvsweb/metaprl/util/pa_macro.ml?only_with_tag%3Docaml_3_07 You can also see the patches responsible for individual new features at the above location. P.S. I have filed PR #1901, PR #1902, PR #1904, PR #1905, PR #1907 and PR #1908 asking for these changes to be accepted into the mainstream distribution. -- Aleksey Nogin Home Page: http://nogin.org/ E-Mail: nogin@cs.caltech.edu (office), aleksey@nogin.org (personal) Office: Jorgensen 70, tel: (626) 395-2907 ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners