Representation.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". <----------

(*

INTERNAL REPRESENTATION (other than AM and AS)

There are various tables and classes used by more than one stage of
compilation.  Most important is the PROG object, which is the central
registry for all globally visible tables and compiler stages.  Most
compiler components have a field that points to this object, from which
any other part of the compiler may be reached.

*)

stat.sa
call.sa
elt.sa
global.sa
ident.sa
ifc.sa
impl.sa
prog.sa
sig.sa
tp.sa
mode.sa
stages.sa