Browse thread
Which camlp variant?
[
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: | tmp123 <tmp123@m...> |
| Subject: | Which camlp variant? |
Hello, The module "pa_log" proposed by Mr. Conway seems very near to the objective of my previuos post. The objective now is expand a line like: DEBUG 3 "%d\n" 14 to: if debug.val then logint 3 ( fun () -> Printf.printf "%d\" 14 ) else (); However, it is necessary to migrate the module to new camlpx . Please, could someone give any advice about the current options: camlp4 or camlp5? PreCast? Functorial? Thanks a lot.