;;;; -*- mode:Lisp; syntax:Common-Lisp; package:user -*- ;;;; ;;;; Copyright 1992 Patrick H. Winston. All rights reserved. ;;;; Version 1.1, transferred from master disk on 21 Jan 93 ;;;; ;;;; This file may reference other files containing copyrighted software. ;;;; Any restrictions on the use of such software are described in the ;;;; files containing that software. This file may be freely copied as ;;;; long as this notice is kept intact. ;;;; Purpose: program support for Chapter 7, Rules and Rule Chaining ;;;; REMARKS #| STREAMS1, STREAMS2, FORWARD, and BACKWARD files use similar names. Be sure correct files are loaded before running CHAIN. |# ;;;; LOAD BAGGER SYSTEM (load "match.lsp") (load "streams2.lsp") (load "forward.lsp") ;;;; LOAD BAGGER TEST DATA (load "bagger.lsp") ;;;; RUN BAGGER SYSTEM (progn (make-bagger-rules) (make-groceries) (chain))