comparison ibin/brachylog @ 12144:b044eecae124 draft

<fizzie> dwim "fix all the interp stuff"
author HackEso <hackeso@esolangs.org>
date Sun, 17 Nov 2019 21:40:18 +0000
parents 1fc7b017c0a4
children
comparison
equal deleted inserted replaced
12143:f35125e00403 12144:b044eecae124
1 #!/bin/sh 1 #!/bin/sh
2 echo "$1" > tmp/input.brachylog 2 echo "$1" > /tmp/input.brachylog
3 (cd interps/brachylog/brachylog/Brachylog-master/src; swipl -g 'run_from_file("../../../../../tmp/input.brachylog", _, _), write(" 3 (cd ${HACKENV-/hackenv}/interps/brachylog/brachylog/Brachylog-master/src; swipl -g 'run_from_file("/tmp/input.brachylog", _, _), write("
4 true."), !, halt; write(" 4 true."), !, halt; write("
5 false."), !, halt' brachylog.pl) 5 false."), !, halt' brachylog.pl)