---=|=--- This is the TUNES HLL scm subproject ---=|=---
README,v 1.2 1998/12/03 17:32:10 fare Exp

   It strives to provide an initial interpreter for the HLL- subset of
the Tunes HLL for bootstrap purpose, written in Scheme.

   It is only very partially implemented currently.

############################# INSTALLATION ###################################
You need a supported Scheme implementation for the interpreter to run.
See init/ for supported implementations.
Edit the Makefile.config to reflect your configuration.

################################ FILES #######################################
README		is this very file !
Makefile	the makefile

Filename extensions:
*.config	configuration files
*.scm		Scheme programs that form the HLL- interpreter

Example files:
lambda-foo.scm	ramblings on lambda-calculi

############################## DEPENDENCIES ##################################
* A supported Scheme interpreter; see init/

################################## TODO ######################################
* Most everything.
