Convert the toolkit type specification into a Type.T
Type.T
INTERFACE AstToType; IMPORT M3AST_AS, Type; PROCEDURE Convert(m3type: M3AST_AS.M3TYPE): Type.T;
Recursivly parse m3type and produce an equivalent Type.T as return.
m3type
END AstToType.