;;;; -*- mode:Lisp; syntax:Common-Lisp; package:user -*- ;;;;
;;;; Copyright 1992 Patrick H. Winston.  All rights reserved.
;;;; Version 1.1.1, transferred from master disk on 23 Apr 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 29, Responding to Questions
;;;;	      and Commands

;;;; LOAD TOOLS NATURAL LANGUAGE INTERFACE

(load "stt.lsp")
(load "grammar.lsp")
(load "rdb.lsp")
(load "tools.lsp")

;;;; TEST TOOLS NATURAL LANGUAGE INTERFACE

(run-interface)		;See warning in tools.txt.


