Path to this page:
Subject: CVS commit: wip/ocaml-custom_printf
From: Hiramatsu Yoshifumi
Date: 2015-04-18 00:25:04
Message id: E1YjEhO-0008UH-E1@sfs-ml-1.v29.ch3.sourceforge.com
Log Message:
Updated to 112.24.00, and converted to use mk/fetch/github.mk.
- Added syntax to use `Sexp.to_string_mach` rather than `Sexp.to_string_hum`.
Added syntax `%{sexp#mach:<type>}`, which is like `%{sexp:<type>}`,
except it calls `Sexplib.Sexp.to_string_mach` instead of
`Sexplib.Sexp.to_string_hum`.
In fact, you can put any identifier after the `sexp#` and it will call
`Sexplib.Sexp.to_string_<that identifier>`; however, there are no other
such functions right now.
Files: