m3tk/src/asttrans/M3CTextcatTrans.i3


Copyright (C) 1994, Digital Equipment Corp.

INTERFACE M3CTextcatTrans;

IMPORT M3Context, M3AST_AS;

PROCEDURE Set(c: M3Context.T; cu: M3AST_AS.Compilation_Unit);
Transform all & operators into calls on Text.Cat. The Text interface must be in c, else a check runtime error

END M3CTextcatTrans.