(* Copyright (C) 1992, Digital Equipment Corporation *) (* All rights reserved. *) (* See the file COPYRIGHT for a full description. *) (* File: ExprParse.i3 *) (* Last Modified On Thu Jun 6 20:19:31 1991 By kalsow *) INTERFACE ExprParse; IMPORT Token, Expr; PROCEDURE E0 (types: BOOLEAN; fail: Token.Set): Expr.T; (* parse an expression, types = TRUE => allow type expressions *) END ExprParse.