m3tools/src/M3ID.i3


Copyright (C) 1994, Digital Equipment Corp.
 File: M3ID.i3                                               

INTERFACE M3ID;

IMPORT M3Token;

PROCEDURE Classify (READONLY x: ARRAY OF CHAR): M3Token.T;
If x is a Modula-3 keyword, return its token class, otherwise return M3Token.Ident. It is a checked runtime error if NUMBER(x) is less than one.

END M3ID.

M3ID's implementation is in: