git @ Cat's Eye Technologies Tamsin / master fixture / compiler.tamsin.markdown
master

Tree @master (Download .tar.gz)

compiler.tamsin.markdown @masterview rendered · raw · history · blame

1
2
3
4
5
6
7
    -> Functionality "Intepret Tamsin program" is implemented by
    -> shell command
    -> "bin/tamsin-compiler <%(test-body-file) >tmp/foo.c && gcc -Ic_src -Lc_src tmp/foo.c -o tmp/foo -ltamsin && tmp/foo <%(test-input-file)"

    -> Functionality "Intepret Tamsin program (pre- & post-processed)"
    -> is implemented by
    -> shell command "bin/tamsin-compiler <%(test-body-file) >tmp/foo.c && gcc -Ic_src -Lc_src tmp/foo.c -o tmp/foo -ltamsin && cat %(test-input-file) | bin/inhex | tmp/foo | bin/hexout"