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

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