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

Tree @master (Download .tar.gz)

bootstrapped.markdown @masterview markup · raw · history · blame

-> Functionality "Intepret Tamsin program" is implemented by
-> shell command
-> "bin/bootstrapped-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/bootstrapped-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"