Tywith
Tywith is an OCaml camlp4 parser extension which
derives functions from type definitions. It's
currently capable of generating 'string_of_<type>',
'map_<type>', and 'fold_<type>' functions for alias
and variant types containing tuples and other types
with the appropriate functions defined. Tywith
special-cases built-in types such as list, int, and
string to provide or use the appropriate functions.
[ Homepage ]
| Author: | Martin Sandin. |
| Last modification date: | 14-Mar-2005 |
| Version: | 0.3 |
| Development status: | Beta |
| Kind: | Camlp4 extensions |
| Topic: | Software development :: Language extensions |
| Homepage: | http://www.seedwiki.com/wiki/shifting_focus/tywith |