This is a release of an interpreter for the Ambidexter programming
language.  It is version 0.5.  For documentation, see
http://www.pkturner.org/Ambidexter.

The implementation uses portable Haskell.  It can be built with GHC
using the command line in the file build.sh, which is included in the
distribution.  It can be run by Hugs using the -98 option.  Expanding
the Hugs heap size with -h250000 or even larger is necessary for
processing some input programs.
