to setup:
npm install
or
make setup
to run tests:
make test
to compile:
make compile
to run sisal program:
node ./build/sisal.js <program.sis>
to output computation graph in graphML format:
node ./build/sisal.js <program.sis> --graph
for example:
node ./build/sisal.js ./test/programs/if.sis --graph
Please, feel free to create issue or make contribution to this software!