asdlGen
Reference Manual
: Support Code
: BigNums C and SML have libraries that use a bignum type
rather than the a fixnum for the ASDL int type. To have the int type
be a bignum in C use the flag --base_include cii_big_base.h
. In
SML the flags are --base_signature BIG_BASE
and
--base_structure BigBase
.
asdlGen
Reference Manual
: Support Code
: BigNums