32a33
> from slicc.symbols import Type
54a56,59
> if not self.symtab.find(self.msg_type.ident, Type):
> self.error("The message type '%s' does not exist.",
> self.msg_type.ident)
>