asdlGen
Reference Manual
: Support Code
: Required for All LanguagesAll languages require the following
The input and output stream that the reader and writer functions expect.
The type of integers, possibly a "bignum" type.
The type of strings
The type of identifiers
Read and write a constructor and length tags out in ASDL integer format. Both should use the languages standard integer types rather than a "bignum" types.
Read and write the int type out in ASDL integer format.
Read and write the string type out in the ASDL string format.
Read and write the identifier type out in the ASDL identifier format.
Signal a fatal error.
asdlGen
Reference Manual
: Support Code
: Required for All Languages