datatype99

Algebraic data types for C99 with pattern matching support

brewmacoslinux
Try with needOr install directly
Source

About

Algebraic data types for C99

Commands

datatype99

Examples

Generate C code with algebraic data types from a definition file$ datatype99 input.h -o output.h
Display help information about datatype99 usage$ datatype99 --help
Process multiple header files for type generation$ datatype99 types1.h types2.h -o generated.h