# /bin/sh
# file: functionlang/funccompP
# pipe the various phases (written in Pascal) of the function language
# compiler together

frontend/Pascal/frontend | semantic/Pascal/semantic | \
	constantfold/Pascal/constant_fold | convert/Pascal/convert
