asdlGen Reference Manual : Invocation
Previous: Introduction
Next: Common Options

2. Invocation

asdlGen --command [ command options ] files ...

Where command is one of
c Output ANSI C
sml Output Standard ML
haskell Output Haskell
java Output Java
cxx Output C++
doc Output doc directory with HTML descriptions
typ Output a machine readable type description of the inputs
check Check correctness of inputs
all Do all of the above
pp_pkl Pretty Print an ASDL pickle see section sect.pickles

The command options are specific to each command. For a complete list of options examine the output files produced by a given command. Each file should include a comment of all the available options and the values used to produce the output.

asdlGen reads the set of files which contain ASDL module declarations and view declarations. The module declarations must be complete and not refer to any other modules or types not defined in one of the input files. The order of the input files is unimportant. This closed set of files is referred to as a type environment.

2.1. Common Options

2.2. Language Specific Options


asdlGen Reference Manual : Invocation
Previous: Introduction
Next: Common Options