[Version 2.0: 10th May 2004]

This directory contains a JVM-to-Grail decompiler called gf (Grail 
functionaliser).  

The gf decompiler will decompile Java class files that have been 
compiled from the Grail language using the gdf Grail compiler.  For
the decompilation to succeed the class file must contain metadata
describing the names and arguments of Grail functions.  To ensure 
that this metadata is present,  make sure that any class files have 
been compiled with the most recent version of gdf.

To decompile a class file,  simply type

	gf <classname>

where <classname> is the name of the required Grail class:  do not 
include the ".class" suffix.  Gf will decompile the class file 
and write the result on standard output (usually your screen):  you
may wish to redirect the output into a file.

