comparison compile @ 114:25a205094f9b

More performance optimizations
author Mike Pavone <pavone@retrodev.com>
date Wed, 13 Oct 2010 01:15:04 +0000
parents 0083b2f7b3c7
children e556416e9c91
comparison
equal deleted inserted replaced
110:336da6ce8174 114:25a205094f9b
2 2
3 if test -f "$1.c"; then 3 if test -f "$1.c"; then
4 rm "$1.c" 4 rm "$1.c"
5 fi 5 fi
6 6
7 ./rhope -t 1 parser_old.rhope $1 7 ./rhope -t 1 compile_old.rhope $1
8 8
9 if test ! -f "$1.c"; then 9 if test ! -f "$1.c"; then
10 echo "Compilation to C failed" 10 echo "Compilation to C failed"
11 exit 1 11 exit 1
12 fi 12 fi