The suffix sl indicates "standard lisp (source file)";
b indicates "binary (compiled) file";
one or more trailing ~ indicate older version(s).
Tests generally are performed by scripts, yielding log files and output files;
the naming convention is prepx, logx, outx, respectively, for various x.

A compile file is a script, reading in the mentioned sl source files, and
outputting those which are not parenthesized. (Such source files are included
in succeeding output files.)

File			Content
----------------------------------------------------------------------
accmacr			Stagger stuff access macros. (Read by compstg.)

accproc			Stagger stuff access procedures.

bind			Auxiliary low level procedures for binding and
			unbinding used by the monomial ideal handler.

checkstg		Control and set up modes (at initialisation).

ideal			Monomial ideal operations handler. The principal
			operations: checking monomial membership; adding
			a monomial to a monomial ideal; forming the
			"quotient ideal" (id : mon). (Not the access
			macros, however.)

midmacr			Monomial ideal handler macros. (Read by compid, i.a.)

monomstg		Monomial and index list internal structure
			employing procedures file.

;;stagsubs		Top level file. Should be DSKINned or LAPINned into
;;			Bergman. Will load the necessary files and do the
;;			necessary initiations.
;;			Not situated here!

stg			Main procedures; auto-reduction; modifying ordinary
			reduction; access and handling of priorities; ... .

subsmacr		Substance "inner" handling macros. (Read by compstg.)

subsproc		Substance "inner" handling procedures.

write			Printing procedures; mainly for debugging and
			statistics.

prep1 etc.		Auto-reduction test.


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Copyright (C) 1992,1994 Joergen Backelin
;;
;; Bergman is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY.  No author or distributor
;; accepts responsibility to anyone for the consequences of using it
;; or for whether it serves any particular purpose or works at all,
;; unless he says so in writing.  Refer to the Bergman General Public
;; License for full details.

;; Everyone is granted permission to copy, modify and redistribute
;; bergman, but only under the conditions described in the
;; Bergman General Public License.   A copy of this license is
;; supposed to have been given to you along with bergman so you
;; can know your rights and responsibilities.  It should be in a
;; file named copyright.  Among other things, the copyright notice
;; and this notice must be preserved on all copies.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


