asdlGen
Reference Manual
: Input Syntax
: Type Definitions
: Primitive Types There are only three primitive types in ASDL. They
are string
, int
, and identifier
. The string
type
represents length encoded strings of bytes. The int
type represents
arbitrary precision signed integers. The identifier
type represents
atomic printable names, which support fast equality testing, analogous to
LISP symbols.
asdlGen
Reference Manual
: Input Syntax
: Type Definitions
: Primitive Types