#!/bin/sh # # Trivial debug script, display test case, compile and run, and display # testcase again TESTFILE=${1-../tests/simple/correct1.p0} cat -n $TESTFILE make && ./comp -vvvv -w < $TESTFILE cat -n $TESTFILE