parrotcode: languages/cola/type.c | |
Contents | Language Implementations | Cola |
languages/cola/type.c
RT#48200
Type *store_type(const char *name, int size)
Type *lookup_type(const char *name)
Type *lookup_type_symbol(Symbol *id)
const char *type_name(Type *t)
Rank *new_rank(int dim)
Type *new_array_type(Symbol *typename, Symbol *sig)
void resolve_identifier(Symbol ** ps)
|