Compiler Step 1: Register Function
This step sets up the function and checks the format of the input.
- Check format of inputs to bulk-define, including making
sure that number of arguments in lambda-list for code matches
number in input type specification.
- Check no duplication of names in lambda-list
- Put one-element type-lists into canonical form: a list for
input types and a bare type for output types, convert numbers
into 1D points.
- Check dimensionality of inputs
- Register function in the symbol table.
Ownership, Maintenance and Disclaimers
Manual Top Page
Last modified