view compile @ 112:fd23ab2c1a73

Small changes to make profile data a little cleaner
author Mike Pavone <pavone@retrodev.com>
date Mon, 11 Oct 2010 21:53:27 -0400
parents 0083b2f7b3c7
children 25a205094f9b
line wrap: on
line source

#!/bin/sh

if test -f "$1.c"; then
	rm "$1.c"
fi

./rhope -t 1 parser_old.rhope $1

if test ! -f "$1.c"; then
	echo "Compilation to C failed"
	exit 1
fi

./ctobin $@
#cp runtime/* build/
#cp "$1.c" build/
#cd build
#bin=`echo $1 | sed s/\.rhope//`
#
#if test -f "$bin"; then
#	rm "$bin"
#fi
#gcc -Wformat=0 -o $bin $2 "$1.c" blueprint.c context.c fixed_alloc.c object.c