Mumps Compiler

The script file "build.compiler" contains the command 
to compile the compiler (Linux).

The software, as distributed, is set to 
compile under Linux.  Reset the defined variables
in memsize.h to compile for other platforms.  Some
DOS compilers may not have all needed functions. The
DOS version was developed using Watcom C++ 10.6 which
I understand will soon be available as open-source.

Much of the original code was written in Fortran and 
converted to C.  Consequently, you will notice heavy
array usage, all beginning at index position 1!.

This was originally an interpreter that has been
mangled to be a compiler.  Some structures may seem
strange as a result. 

Documentation is in HTML format in compiler.html

Contact okane@cs.uni.edu for problems (I have plenty,
I'll send you some...).
