Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 599 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 599 Bytes

Paraiso Build Status

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.