Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 534 Bytes

README.md

File metadata and controls

49 lines (33 loc) · 534 Bytes

Sisal to IR1 translator

Deployment

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

Feedback

Please, feel free to create issue or make contribution to this software!