kext/src/InitGen.i3


 Copyright (c) 2000 California Institute of Technology 
 All rights reserved. See the file COPYRIGHT for a full description. 
 $Id: InitGen.i3,v 1.2 2001-09-19 15:14:22 wagner Exp $ 

INTERFACE InitGen;

PROCEDURE Get(form, src: TEXT): TEXT;
src = Modula-3 record field declarations form = e.g. result.%name := %val;\n returns: for each initialized variable, substitute %name and %val

END InitGen.