UBC ANSI Basic:

If you have "make" then just use it on the given Makefile.
otherwise use "run -i" or "run -n" on a version 6 system.

Note:

This version is constructed to run on the PDP 11 machine, which has
signed characters. This feature is used to distinguish between tokens
(see tokens.h), and characters (which are all positive).

The file "tokens.ibm" contains a version of tokens.h which should be
used on machines with unsigned characters.

See also "basic.h" which has a #define SIGNEDCHARS that will have to
be removed as well.

test/test.* files:
These are varous test programs from the book
"The BASIC Handbook" by David A. Lien (Compusoft publishing, 1978)
The number is the page number from that book.

Other Systems:
Basic has been compiled and run on one other machine, a VAX running
UCB UNIX. The Makefile for it is "Makefile.vax".

To generate basic for other systems first look at "param.h" and change
the configuration defines for your system.

