Type the following commands to play with the Lifegame example.
git clone https://github.com/nushio3/Paraiso.git
cd Paraiso/
stack install
cd examples/Life/
make
./main.out
The libraries are generated under the dist/ directory. The intermediate virtual machine programs are generated under output/ directory.
The 'exampled' branch : https://github.com/nushio3/Paraiso/tree/exampled/examples contain the codes generated by latest 'master,' for quick reference.