
=======================================================================
 FILE NAME	|  DESCRIPTION
----------------+------------------------------------------------------
  COPYRIGHT	| TERMS AND CONDITIONS FOR USE OF "ICOT FREE SOFTWARE"
  COPYRIGHT.j	|  (in Japanese)
  ChangeLog	|  ChangeLog, the history of Micro Quixote.
  ChangeLog.old	|  Another history of Micro Quixote.
  INSTALL	|  Installation manual.
  MANIFEST	|  This file.
  Makefile-dist	|  The Makefile.
  TAGS		|  Tags file of Micro Quixote source code.
----------------+------------------------------------------------------
  atom.c	|  Atom handling routines.
  attr.c	|  The implementation of attribute inheritance.
  commands.c	|  Interactive command.
  cs-ext.c      |  Constraint solver for external invocation.
  cs-dot.c	|  Constraint solver for dot term.
  cs-sub.c	|  Constraint solver for subsumption relation.
  cs.c		|  Constraint solver interface.
  dot.c		|  Dot term.
  emit.c	|  Routine converting parse tree into internal objects,
  emit.h	|     and the header file.
  error.c	|  Error handling routine.
  exec.c	|  Execution engine of Micro Quixote.
  ext.c         |  Interface to external invocation.
  extern.h	|  Definitions.
  internal.c	|  Internal object handling routines,
  internal.h	|     and the header file.
  lex.c		|  Lexical analyzer for Micro Quixote.
  lookup.c	|  Lookup routine.
  mq.c		|  Main routine,
  mq.h		|     and the header file.
  option.c	|  Options.
  parse.y	|  Parser for Micro Quixote.
  print.c	|  Print routines.
  rule.c	|  Rule handling routines.
  subrel.c	|  Subsumpiton relation handling routines.
  subsump.c	|  Subsumption operation routines.
  tree.c	|  Syntax tree handling routine,
  tree.h	|     and the header file.
  unify.c	|  Unification routine.
  version.c     |  Version number of Micro Quixote.
----------------+------------------------------------------------------
  mq.1		|  Manual page of Micro Quixote (not complete).
  syntax.ref	|  Syntax reference for Micro Quixote.
  syntax.ref.j	|  Syntax reference for Micro Quixote (in Japanese).
-----------------------------------------------------------------------

-----------------------------------------------------------------------
  GPLed files	|  symbolic lint to ../GNU/*
----------------+------------------------------------------------------
  parse_t.c	|  Bison generated parser for Micro Quixote,
  parse_t.h	|     and the header file.
  quixote.el	|  GNU Emacs interface for Micro Quixote.
  obstack.c	|  GNU object stack routines.
  obstack.h	|     and the header file.
-----------------------------------------------------------------------
