								-*-text-*-

This directory holds helper Scheme scripts used for generating files
in the distribution and examining the interpreter.

examine-symbol-table.scm 
		  This script examines the internal interpreter
		  symbol table and prints statistics about hash table
		  usage, bucket sizes etc.
extract-docstrings.scm
		  Extract documentation strings embedded in C source
		  files.
sort-docstrings.scm
		  Read a file of documentation strings and print them out
		  in order.
make-autoloads.scm
		  Scan Scheme source files for toplevel procedure 
		  definitions and print out autoload statements for each 
		  of the functions.
compile.scm       Experimental Scheme compiler.

Other files:

ChangeLog	  ChangeLog for script directory.
Makefile.am	  Automake input file.
Makefile.in	  Autoconf input file.
README		  This file.
