
RUNING THE MASH EXAMPLES
=========================


I installed Mash on
vlad@vladimir-desktop:~/Desktop/mash-linux-i386$ ls

but th documentation is not there.


You usually take a .mash file and type
mashc Hello.mash

This produces a java program.

Hello.java

From here, it is standard java

javac Hello.java
produces a Hello.class
and
java Hello
runs the program



mashdoc sortingnetworks.mashenv

produces the documentation of the package in html and tex
