asdlGen
Reference Manual
: Support Code
: Lists and Options--mono_types=false
for C
For code that does not use polymorphic list and option the following extra types are needed along with the corresponding read and write functions
The list and option types for integers.
The list an option types for strings.
The list an option types for identifiers.
For code that supports polymorphic list and options the following extra functions are required
Functions whose first argument is a read or write function for a specific type that reads or writes a list of that type.
Functions whose first argument is a read or write function for a specific type that reads or writes a option of that type.
asdlGen
Reference Manual
: Support Code
: Lists and Options--mono_types=false
for C