home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / sa104os2.zip / SATHR104.ZIP / SATHER / SYSTEM / README < prev    next >
Text File  |  1994-10-25  |  1KB  |  24 lines

  1. -- Copyright (C) International Computer Science Institute, 1994.  COPYRIGHT  --
  2. -- NOTICE: This code is provided "AS IS" WITHOUT ANY WARRANTY and is subject --
  3. -- to the terms of the SATHER LIBRARY GENERAL PUBLIC LICENSE contained in    --
  4. -- the file "Doc/License" of the Sather distribution.  The license is also   --
  5. -- available from ICSI, 1947 Center St., Suite 600, Berkeley CA 94704, USA.  --
  6. --------> Please email comments to "sather-bugs@icsi.berkeley.edu". <----------
  7.  
  8. This directory holds files which are necessary for a particular
  9. implementation of the compiler.  These are:
  10.  
  11.     EXTERNS     - prototypes which need exceptional handling
  12.     FORBID      - identifiers which must not be issued by accident
  13.     MACROS      - code to generate for built-in routines
  14.     ITERS       - a hack to do some simple iter inlining
  15.     Makefile    - to make 'base.a'
  16.     base.a      - archive file of runtime routines
  17.     header.h    - header necessary for generated C code
  18.     proto.h     - prototypes for the runtime routines
  19.     *.c         - C code for the runtimes
  20.     GC          - The Boehm garbage collector
  21.  
  22. Some of the files arrive in the form *.proto and are made by cpp during
  23. the bootstrap.  This allows #ifdef changes for various systems.
  24.