NAME
	compile_file - compile a file to a program

SYNTAX
	program compile_file(string filename);

DESCRIPTION
	This function will compile the filename to an Pike program that can
	later be used for cloning.

KEYWORDS
	program

SEE ALSO
	clone, compile_string
