asdlGen Reference Manual : Support Code : BigNums
Previous: Required for All Languages
Next: Lists and Options

7.2. 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
Previous: Required for All Languages
Next: Lists and Options