Added public files
Roughly added all public files. Probably missed some, though.
diff --git a/doc/master/compile_object b/doc/master/compile_object
new file mode 100644
index 0000000..1b55658
--- /dev/null
+++ b/doc/master/compile_object
@@ -0,0 +1,11 @@
+SYNOPSIS
+ object compile_object(string filename)
+
+DESCRIPTION
+ This function is caled if the interpreter cannot find the
+ file for an object to be loaded. The master object has now
+ the opportunity to return an object that will then serve as if
+ compiled from the given filename.
+
+ If 0 is returned, the usual ``Could not load descr for'' error
+ will occur.