Abstract_Machine.module



-- Copyright (C) International Computer Science Institute, 1994.  COPYRIGHT  --
-- NOTICE: This code is provided "AS IS" WITHOUT ANY WARRANTY and is subject --
-- to the terms of the SATHER LIBRARY GENERAL PUBLIC LICENSE contained in    --
-- the file "Doc/License" of the Sather distribution.  The license is also   --
-- available from ICSI, 1947 Center St., Suite 600, Berkeley CA 94704, USA.  --
--------> Please email comments to "sather-bugs@icsi.berkeley.edu". <----------

(* AM (ABSTRACT MACHINE) CLASSES

   The abstract machine representation is used to communicate
   between the middle and back end of the compiler.  It is the 
   form in which optimization occurs and which the C generator
   accepts as input.
*)

am.sa
stmt.sa
expr.sa
calls.sa
const.sa
am_out.sa