sharedobjgen/src/AstToVal.i3


 Copyright (C) 1991, Digital Equipment Corporation           
 All rights reserved.                                        
 See the file COPYRIGHT for a full description.              

INTERFACE AstToVal;

IMPORT AstToType, Value, M3AST_AS;

PROCEDURE ProcessExp(h: AstToType.Handle; exp: M3AST_AS.EXP): Value.T;

END AstToVal.

AstToVal's implementation is in:


interface AstToType is in:


interface Value is in:


procedure AstToVal.ProcessExp is in: